Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_eprobe.c23 struct trace_eprobe { struct
41 struct trace_eprobe *ep; argument
46 static void trace_event_probe_cleanup(struct trace_eprobe *ep) in trace_event_probe_cleanup()
59 static struct trace_eprobe *to_trace_eprobe(struct dyn_event *ev) in to_trace_eprobe()
61 return container_of(ev, struct trace_eprobe, devent); in to_trace_eprobe()
71 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_show()
85 static int unregister_trace_eprobe(struct trace_eprobe *ep) in unregister_trace_eprobe()
108 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_release()
118 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_is_busy()
126 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_match()
[all …]
DMakefile85 obj-$(CONFIG_PROBE_EVENTS) += trace_eprobe.o