Searched refs:print_fn (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/ui/ |
| H A D | hist.c | 31 hpp_snprint_fn print_fn, enum perf_hpp_fmt_type fmtype) in __hpp__fmt_print() argument 41 return hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt_print() 47 return hpp__call_print_fn(hpp, print_fn, fmt, len, avg); in __hpp__fmt_print() 50 return hpp__call_print_fn(hpp, print_fn, fmt, len, val); in __hpp__fmt_print() 61 hpp_snprint_fn print_fn, enum perf_hpp_fmt_type fmtype) in __hpp__fmt() argument 108 print_fn, fmtype); in __hpp__fmt() 125 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt() argument 132 print_fn, fmtype); in hpp__fmt() 140 return __hpp__fmt(hpp, he, get_field, fmtstr, len, print_fn, fmtype); in hpp__fmt() 145 const char *fmtstr, hpp_snprint_fn print_fn, in hpp__fmt_acc() argument [all …]
|
| /linux/include/linux/ |
| H A D | lockdep_types.h | 120 lock_print_fn print_fn; member
|
| /linux/tools/perf/util/ |
| H 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);
|
| H A D | demangle-rust-v0.c | 945 #define PRINT(print_fn) \ argument 947 if ((print_fn) == OverflowOverflow) { \
|
| /linux/kernel/locking/ |
| H A D | lockdep.c | 732 if (hlock && class->print_fn) in __print_lock_name() 733 class->print_fn(hlock->instance); in __print_lock_name() 5007 lock_print_fn print_fn) in lockdep_set_lock_cmp_fn() argument 5020 WARN_ON(class->print_fn && class->print_fn != print_fn); in lockdep_set_lock_cmp_fn() 5023 class->print_fn = print_fn; in lockdep_set_lock_cmp_fn()
|
| /linux/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()
|