Home
last modified time | relevance | path

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

/linux/tools/perf/ui/
H A Dhist.c21 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ macro
40 return hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt_print()
46 return hpp__call_print_fn(hpp, print_fn, fmt, len, avg); in __hpp__fmt_print()
49 return hpp__call_print_fn(hpp, print_fn, fmt, len, val); in __hpp__fmt_print()
184 ret += hpp__call_print_fn(hpp, print_fn, fmtstr, 100.0 * val / total); in hpp__fmt_mem_stat()