Searched refs:trace_eprobe (Results 1 – 2 of 2) sorted by relevance
23 struct trace_eprobe { struct41 struct trace_eprobe *ep; argument50 static void trace_event_probe_cleanup(struct trace_eprobe *ep) in trace_event_probe_cleanup()63 static struct trace_eprobe *to_trace_eprobe(struct dyn_event *ev) in to_trace_eprobe()65 return container_of(ev, struct trace_eprobe, devent); in to_trace_eprobe()75 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_show()89 static int unregister_trace_eprobe(struct trace_eprobe *ep) in unregister_trace_eprobe()112 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_release()122 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_is_busy()130 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_match()[all …]
85 obj-$(CONFIG_PROBE_EVENTS) += trace_eprobe.o