Searched refs:print_fn (Results 1 – 5 of 5) sorted by relevance
| /tools/perf/ui/ |
| A D | hist.c | 30 hpp_snprint_fn print_fn, enum perf_hpp_fmt_type fmtype) in __hpp__fmt_print() argument 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() 60 hpp_snprint_fn print_fn, enum perf_hpp_fmt_type fmtype) in __hpp__fmt() argument 107 print_fn, fmtype); in __hpp__fmt() 124 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt() argument 131 print_fn, fmtype); in hpp__fmt() 144 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt_acc() argument 152 return hpp__fmt(fmt, hpp, he, get_field, fmtstr, print_fn, fmtype); in hpp__fmt_acc() [all …]
|
| /tools/testing/selftests/bpf/ |
| A D | network_helpers.c | 799 tm_print_fn_t print_fn; in tm_print() local 802 print_fn = __atomic_load_n(&__tm_pr, __ATOMIC_RELAXED); in tm_print() 803 if (!print_fn) in tm_print() 807 print_fn(format, args); in tm_print()
|
| /tools/perf/util/ |
| A D | hist.h | 661 const char *fmtstr, hpp_snprint_fn print_fn, 665 const char *fmtstr, hpp_snprint_fn print_fn, 669 const char *fmtstr, hpp_snprint_fn print_fn);
|
| A D | demangle-rust-v0.c | 945 #define PRINT(print_fn) \ argument 947 if ((print_fn) == OverflowOverflow) { \
|
| /tools/lib/bpf/ |
| A D | libbpf.c | 280 libbpf_print_fn_t print_fn; in libbpf_print() local 282 print_fn = __atomic_load_n(&__libbpf_pr, __ATOMIC_RELAXED); in libbpf_print() 283 if (!print_fn) in libbpf_print() 289 print_fn(level, format, args); in libbpf_print()
|
Completed in 40 milliseconds