Searched refs:print_fn (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/perf/ui/ |
| H A D | hist.c | 28 hpp_snprint_fn print_fn, enum perf_hpp_fmt_type fmtype) in __hpp__fmt_print() argument 38 return hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt_print() 44 return hpp__call_print_fn(hpp, print_fn, fmt, len, avg); in __hpp__fmt_print() 47 return hpp__call_print_fn(hpp, print_fn, fmt, len, val); in __hpp__fmt_print() 58 hpp_snprint_fn print_fn, enum perf_hpp_fmt_type fmtype) in __hpp__fmt() argument 105 print_fn, fmtype); in __hpp__fmt() 122 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt() argument 129 print_fn, fmtype); in hpp__fmt() 137 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmtype); in hpp__fmt() 142 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt_acc() argument [all …]
|
| /linux-6.15/include/linux/ |
| H A D | lockdep_types.h | 120 lock_print_fn print_fn; member
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H 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()
|
| /linux-6.15/tools/perf/util/ |
| H A D | hist.h | 640 const char *fmtstr, hpp_snprint_fn print_fn, 644 const char *fmtstr, hpp_snprint_fn print_fn,
|
| /linux-6.15/kernel/locking/ |
| H A D | lockdep.c | 734 if (hlock && class->print_fn) in __print_lock_name() 735 class->print_fn(hlock->instance); in __print_lock_name() 5008 lock_print_fn print_fn) in lockdep_set_lock_cmp_fn() argument 5021 WARN_ON(class->print_fn && class->print_fn != print_fn); in lockdep_set_lock_cmp_fn() 5024 class->print_fn = print_fn; in lockdep_set_lock_cmp_fn()
|
| /linux-6.15/drivers/usb/dwc2/ |
| H A D | hcd_queue.c | 379 void (*print_fn)(const char *str, void *data), in pmap_print() 421 print_fn(seq_buf_str(&buf), print_data); in pmap_print()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 278 libbpf_print_fn_t print_fn; in libbpf_print() local 280 print_fn = __atomic_load_n(&__libbpf_pr, __ATOMIC_RELAXED); in libbpf_print() 281 if (!print_fn) in libbpf_print()
|