Home
last modified time | relevance | path

Searched refs:HPP__COLOR_PRINT_FNS (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/tools/perf/ui/
Dhist.c398 #define HPP__COLOR_PRINT_FNS(_name, _fn, _idx) \ macro
440 HPP__COLOR_PRINT_FNS("Overhead", overhead, OVERHEAD),
441 HPP__COLOR_PRINT_FNS("sys", overhead_sys, OVERHEAD_SYS),
442 HPP__COLOR_PRINT_FNS("usr", overhead_us, OVERHEAD_US),
443 HPP__COLOR_PRINT_FNS("guest sys", overhead_guest_sys, OVERHEAD_GUEST_SYS),
444 HPP__COLOR_PRINT_FNS("guest usr", overhead_guest_us, OVERHEAD_GUEST_US),
456 #undef HPP__COLOR_PRINT_FNS