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

/linux-master/tools/perf/ui/
H A Dhist.c28 hpp_snprint_fn print_fn, bool fmt_percent)
43 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent);
45 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he));
70 ret += hpp__call_print_fn(hpp, print_fn,
73 ret += hpp__call_print_fn(hpp, print_fn,
79 ret += hpp__call_print_fn(hpp, print_fn, fmt, len,
82 ret += hpp__call_print_fn(hpp, print_fn, fmt,
96 ret += hpp__call_print_fn(hpp, print_fn,
99 ret += hpp__call_print_fn(hpp, print_fn,
117 const char *fmtstr, hpp_snprint_fn print_fn, boo
26 __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmt, int len, hpp_snprint_fn print_fn, bool fmt_percent) argument
115 hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) argument
134 hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) argument
[all...]
/linux-master/include/linux/
H A Dlockdep_types.h119 lock_print_fn print_fn; member in struct:lock_class
/linux-master/tools/perf/util/
H A Dhist.h432 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
435 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
/linux-master/drivers/usb/dwc2/
H A Dhcd_queue.c407 * @print_fn: The function to call for printing.
413 void (*print_fn)(const char *str, void *data),
457 print_fn(tmp, print_data);
/linux-master/kernel/locking/
H A Dlockdep.c727 if (hlock && class->print_fn)
728 class->print_fn(hlock->instance);
4923 lock_print_fn print_fn)
4936 WARN_ON(class->print_fn && class->print_fn != print_fn);
4939 class->print_fn = print_fn;
4922 lockdep_set_lock_cmp_fn(struct lockdep_map *lock, lock_cmp_fn cmp_fn, lock_print_fn print_fn) argument
/linux-master/tools/lib/bpf/
H A Dlibbpf.c252 libbpf_print_fn_t print_fn; local
254 print_fn = __atomic_load_n(&__libbpf_pr, __ATOMIC_RELAXED);
255 if (!print_fn)

Completed in 191 milliseconds