Searched refs:traceprobe_set_print_fmt (Results 1 – 6 of 6) sorted by relevance
452 extern int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype);
705 ret = traceprobe_set_print_fmt(&tu->tp, ptype); in __trace_uprobe_create()1664 if (traceprobe_set_print_fmt(&tu->tp, ptype) < 0) { in create_local_trace_uprobe()
1042 ret = traceprobe_set_print_fmt(&tk->tp, ptype); in trace_kprobe_create_internal()1929 if (traceprobe_set_print_fmt(&tk->tp, ptype) < 0) in create_local_trace_kprobe()
951 ret = traceprobe_set_print_fmt(&ep->tp, PROBE_PRINT_EVENT); in __trace_eprobe_create()
1238 ret = traceprobe_set_print_fmt(&tf->tp, in DEFINE_FREE()
1901 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt() function