Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_eprobe.c24 struct trace_eprobe { struct
42 struct trace_eprobe *ep; argument
51 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()
93 static int unregister_trace_eprobe(struct trace_eprobe *ep) in unregister_trace_eprobe()
116 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_release()
126 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_is_busy()
[all …]
H A DMakefile103 obj-$(CONFIG_EPROBE_EVENTS) += trace_eprobe.o