Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_probe.h374 extern int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype);
Dtrace_uprobe.c700 ret = traceprobe_set_print_fmt(&tu->tp, ptype); in __trace_uprobe_create()
1625 if (traceprobe_set_print_fmt(&tu->tp, ptype) < 0) { in create_local_trace_uprobe()
Dtrace_kprobe.c877 ret = traceprobe_set_print_fmt(&tk->tp, ptype); in __trace_kprobe_create()
1778 if (traceprobe_set_print_fmt(&tk->tp, ptype) < 0) { in create_local_trace_kprobe()
Dtrace_eprobe.c1043 ret = traceprobe_set_print_fmt(&ep->tp, PROBE_PRINT_EVENT); in __trace_eprobe_create()
Dtrace_probe.c946 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt() function