Searched refs:hpp__call_print_fn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 18 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ macro 42 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt() 44 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt() 69 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt() 72 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt() 78 ret += hpp__call_print_fn(hpp, print_fn, fmt, len, in __hpp__fmt() 81 ret += hpp__call_print_fn(hpp, print_fn, fmt, in __hpp__fmt() 95 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt() 98 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 19 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ macro 43 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt() 45 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt() 70 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt() 73 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt() 79 ret += hpp__call_print_fn(hpp, print_fn, fmt, len, in __hpp__fmt() 82 ret += hpp__call_print_fn(hpp, print_fn, fmt, in __hpp__fmt() 96 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt() 99 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
|
Completed in 3 milliseconds