Searched refs:hpp__call_print_fn (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/perf/ui/ |
D | hist.c | 11 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ macro 35 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt() 37 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt() 62 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt() 65 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt() 71 ret += hpp__call_print_fn(hpp, print_fn, fmt, len, in __hpp__fmt() 74 ret += hpp__call_print_fn(hpp, print_fn, fmt, in __hpp__fmt() 88 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt() 91 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
|