Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_eprobe.c23 struct trace_eprobe { struct
41 struct trace_eprobe *ep; argument
75 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_show()
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()
199 struct trace_eprobe *ep; in alloc_event_probe()
261 struct trace_eprobe *ep; in print_eprobe_event()
648 struct trace_eprobe *ep; in enable_trace_eprobe()
705 struct trace_eprobe *ep; in disable_trace_eprobe()
[all …]
H A DMakefile85 obj-$(CONFIG_PROBE_EVENTS) += trace_eprobe.o