Symbol: trace_eprobe
kernel/trace/trace_eprobe.c
116
struct trace_eprobe *ep = to_trace_eprobe(ev);
kernel/trace/trace_eprobe.c
126
struct trace_eprobe *ep = to_trace_eprobe(ev);
kernel/trace/trace_eprobe.c
134
struct trace_eprobe *ep = to_trace_eprobe(ev);
kernel/trace/trace_eprobe.c
199
static struct trace_eprobe *alloc_event_probe(const char *group,
kernel/trace/trace_eprobe.c
204
struct trace_eprobe *ep __free(trace_event_probe_cleanup) = NULL;
kernel/trace/trace_eprobe.c
263
struct trace_eprobe *ep;
kernel/trace/trace_eprobe.c
273
ep = container_of(tp, struct trace_eprobe, tp);
kernel/trace/trace_eprobe.c
42
struct trace_eprobe *ep;
kernel/trace/trace_eprobe.c
51
static void trace_event_probe_cleanup(struct trace_eprobe *ep)
kernel/trace/trace_eprobe.c
526
new_eprobe_trigger(struct trace_eprobe *ep, struct trace_event_file *file)
kernel/trace/trace_eprobe.c
572
static int enable_eprobe(struct trace_eprobe *ep,
kernel/trace/trace_eprobe.c
598
static int disable_eprobe(struct trace_eprobe *ep,
kernel/trace/trace_eprobe.c
64
DEFINE_FREE(trace_event_probe_cleanup, struct trace_eprobe *,
kernel/trace/trace_eprobe.c
644
struct trace_eprobe *ep;
kernel/trace/trace_eprobe.c
67
static struct trace_eprobe *to_trace_eprobe(struct dyn_event *ev)
kernel/trace/trace_eprobe.c
69
return container_of(ev, struct trace_eprobe, devent);
kernel/trace/trace_eprobe.c
701
struct trace_eprobe *ep;
kernel/trace/trace_eprobe.c
757
static inline void init_trace_eprobe_call(struct trace_eprobe *ep)
kernel/trace/trace_eprobe.c
79
struct trace_eprobe *ep = to_trace_eprobe(ev);
kernel/trace/trace_eprobe.c
794
static int trace_eprobe_parse_filter(struct trace_eprobe *ep, int argc, const char *argv[])
kernel/trace/trace_eprobe.c
846
struct trace_eprobe *ep __free(trace_event_probe_cleanup) = NULL;
kernel/trace/trace_eprobe.c
93
static int unregister_trace_eprobe(struct trace_eprobe *ep)