Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_eprobe.c51 static void trace_event_probe_cleanup(struct trace_eprobe *ep) in trace_event_probe_cleanup() function
64 DEFINE_FREE(trace_event_probe_cleanup, struct trace_eprobe *,
65 if (!IS_ERR_OR_NULL(_T)) trace_event_probe_cleanup(_T))
120 trace_event_probe_cleanup(ep); in eprobe_dyn_event_release()
203 struct trace_eprobe *ep __free(trace_event_probe_cleanup) = NULL; in alloc_event_probe()
845 struct trace_eprobe *ep __free(trace_event_probe_cleanup) = NULL; in __trace_eprobe_create()