Searched refs:print_fn (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/perf/ui/ |
D | hist.c | 20 hpp_snprint_fn print_fn, bool fmt_percent) in __hpp__fmt() argument 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() 109 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument [all …]
|
/linux-4.4.14/samples/bpf/ |
D | trace_output_user.c | 31 typedef void (*print_fn)(void *data, int size); typedef 64 void perf_event_read(print_fn fn) in perf_event_read()
|
/linux-4.4.14/tools/perf/util/ |
D | hist.h | 280 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent); 283 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
|