Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dtrace_probe.h425 extern int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype);
Dtrace_uprobe.c697 ret = traceprobe_set_print_fmt(&tu->tp, ptype); in __trace_uprobe_create()
1623 if (traceprobe_set_print_fmt(&tu->tp, ptype) < 0) { in create_local_trace_uprobe()
Dtrace_eprobe.c949 ret = traceprobe_set_print_fmt(&ep->tp, PROBE_PRINT_EVENT); in __trace_eprobe_create()
Dtrace_kprobe.c953 ret = traceprobe_set_print_fmt(&tk->tp, ptype); in __trace_kprobe_create()
1808 if (traceprobe_set_print_fmt(&tk->tp, ptype) < 0) { in create_local_trace_kprobe()
Dtrace_fprobe.c1112 ret = traceprobe_set_print_fmt(&tf->tp, in __trace_fprobe_create()
Dtrace_probe.c1683 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt() function