Searched refs:traceprobe_set_print_fmt (Results 1 – 5 of 5) sorted by relevance
468 extern int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype);
716 ret = traceprobe_set_print_fmt(&tu->tp, ptype); in DEFINE_FREE()1668 if (traceprobe_set_print_fmt(&tu->tp, ptype) < 0) { in create_local_trace_uprobe()
948 ret = traceprobe_set_print_fmt(&ep->tp, PROBE_PRINT_EVENT); in __trace_eprobe_create()
1378 ret = traceprobe_set_print_fmt(&tf->tp, in trace_fprobe_create_internal()
1972 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt() function