Searched refs:hpp__call_print_fn (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/ui/ |
| H A D | hist.c | 22 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ macro 41 return hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt_print() 47 return hpp__call_print_fn(hpp, print_fn, fmt, len, avg); in __hpp__fmt_print() 50 return hpp__call_print_fn(hpp, print_fn, fmt, len, val); in __hpp__fmt_print() 185 ret += hpp__call_print_fn(hpp, print_fn, fmtstr, 100.0 * val / total); in hpp__fmt_mem_stat()
|