Searched refs:trace_eprobe (Results 1 – 1 of 1) sorted by relevance
24 struct trace_eprobe { struct42 struct trace_eprobe *ep; argument51 static void trace_event_probe_cleanup(struct trace_eprobe *ep) in trace_event_probe_cleanup()64 DEFINE_FREE(trace_event_probe_cleanup, struct trace_eprobe *,67 static struct trace_eprobe *to_trace_eprobe(struct dyn_event *ev) in to_trace_eprobe()69 return container_of(ev, struct trace_eprobe, devent); in to_trace_eprobe()79 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_show()95 static int unregister_trace_eprobe(struct trace_eprobe *ep) in unregister_trace_eprobe()118 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_release()128 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_is_busy()[all …]