Home
last modified time | relevance | path

Searched refs:print_fn (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/tools/perf/ui/
Dhist.c28 hpp_snprint_fn print_fn, bool fmt_percent) in __hpp__fmt() argument
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()
117 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument
[all …]
/linux-6.6.21/include/linux/
Dlockdep_types.h119 lock_print_fn print_fn; member
/linux-6.6.21/tools/perf/util/
Dhist.h429 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
432 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
/linux-6.6.21/kernel/locking/
Dlockdep.c727 if (hlock && class->print_fn) in __print_lock_name()
728 class->print_fn(hlock->instance); in __print_lock_name()
4923 lock_print_fn print_fn) in lockdep_set_lock_cmp_fn() argument
4936 WARN_ON(class->print_fn && class->print_fn != print_fn); in lockdep_set_lock_cmp_fn()
4939 class->print_fn = print_fn; in lockdep_set_lock_cmp_fn()
/linux-6.6.21/drivers/usb/dwc2/
Dhcd_queue.c413 void (*print_fn)(const char *str, void *data), in pmap_print()
457 print_fn(tmp, print_data); in pmap_print()
/linux-6.6.21/tools/lib/bpf/
Dlibbpf.c239 libbpf_print_fn_t print_fn; in libbpf_print() local
241 print_fn = __atomic_load_n(&__libbpf_pr, __ATOMIC_RELAXED); in libbpf_print()
242 if (!print_fn) in libbpf_print()