Searched refs:traceprobe_set_print_fmt (Results 1 – 5 of 5) sorted by relevance
383 extern int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype);
698 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()
877 ret = traceprobe_set_print_fmt(&tk->tp, ptype); in __trace_kprobe_create()1716 if (traceprobe_set_print_fmt(&tk->tp, ptype) < 0) { in create_local_trace_kprobe()
971 ret = traceprobe_set_print_fmt(&ep->tp, PROBE_PRINT_EVENT); in __trace_eprobe_create()
967 int traceprobe_set_print_fmt(struct trace_probe *tp, enum probe_print_type ptype) in traceprobe_set_print_fmt() function
Completed in 15 milliseconds