Searched refs:HPP__COLOR_PRINT_FNS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 461 #define HPP__COLOR_PRINT_FNS(_name, _fn, _idx) \ macro 503 HPP__COLOR_PRINT_FNS("Overhead", overhead, OVERHEAD), 504 HPP__COLOR_PRINT_FNS("sys", overhead_sys, OVERHEAD_SYS), 505 HPP__COLOR_PRINT_FNS("usr", overhead_us, OVERHEAD_US), 506 HPP__COLOR_PRINT_FNS("guest sys", overhead_guest_sys, OVERHEAD_GUEST_SYS), 507 HPP__COLOR_PRINT_FNS("guest usr", overhead_guest_us, OVERHEAD_GUEST_US), 519 #undef HPP__COLOR_PRINT_FNS macro
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 464 #define HPP__COLOR_PRINT_FNS(_name, _fn, _idx) \ macro 506 HPP__COLOR_PRINT_FNS("Overhead", overhead, OVERHEAD), 507 HPP__COLOR_PRINT_FNS("sys", overhead_sys, OVERHEAD_SYS), 508 HPP__COLOR_PRINT_FNS("usr", overhead_us, OVERHEAD_US), 509 HPP__COLOR_PRINT_FNS("guest sys", overhead_guest_sys, OVERHEAD_GUEST_SYS), 510 HPP__COLOR_PRINT_FNS("guest usr", overhead_guest_us, OVERHEAD_GUEST_US), 522 #undef HPP__COLOR_PRINT_FNS macro
|
Completed in 3 milliseconds