Searched refs:hpp__call_print_fn (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ui/ |
H A D | hist.c | 19 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ macro 37 return hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt_print() 43 return hpp__call_print_fn(hpp, print_fn, fmt, len, avg); in __hpp__fmt_print() 46 return hpp__call_print_fn(hpp, print_fn, fmt, len, val); in __hpp__fmt_print()
|