Searched refs:HPP__COLOR_PRINT_FNS (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/ui/ |
D | hist.c | 374 #define HPP__COLOR_PRINT_FNS(_name, _fn) \ macro 410 HPP__COLOR_PRINT_FNS("Overhead", overhead), 411 HPP__COLOR_PRINT_FNS("sys", overhead_sys), 412 HPP__COLOR_PRINT_FNS("usr", overhead_us), 413 HPP__COLOR_PRINT_FNS("guest sys", overhead_guest_sys), 414 HPP__COLOR_PRINT_FNS("guest usr", overhead_guest_us), 424 #undef HPP__COLOR_PRINT_FNS
|