Lines Matching refs:trace_eprobe

22 struct trace_eprobe {  struct
37 struct trace_eprobe *ep; argument
42 static void trace_event_probe_cleanup(struct trace_eprobe *ep) in trace_event_probe_cleanup()
54 static struct trace_eprobe *to_trace_eprobe(struct dyn_event *ev) in to_trace_eprobe()
56 return container_of(ev, struct trace_eprobe, devent); in to_trace_eprobe()
66 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_show()
80 static int unregister_trace_eprobe(struct trace_eprobe *ep) in unregister_trace_eprobe()
103 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_release()
113 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_is_busy()
121 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_match()
184 static struct trace_eprobe *alloc_event_probe(const char *group, in alloc_event_probe()
189 struct trace_eprobe *ep; in alloc_event_probe()
224 static int trace_eprobe_tp_arg_update(struct trace_eprobe *ep, int i) in trace_eprobe_tp_arg_update()
598 new_eprobe_trigger(struct trace_eprobe *ep, struct trace_event_file *file) in new_eprobe_trigger()
632 static int enable_eprobe(struct trace_eprobe *ep, in enable_eprobe()
658 static int disable_eprobe(struct trace_eprobe *ep, in disable_eprobe()
697 struct trace_eprobe *ep; in enable_trace_eprobe()
718 ep = container_of(pos, struct trace_eprobe, tp); in enable_trace_eprobe()
742 struct trace_eprobe *ep; in disable_trace_eprobe()
759 ep = container_of(pos, struct trace_eprobe, tp); in disable_trace_eprobe()
800 static inline void init_trace_eprobe_call(struct trace_eprobe *ep) in init_trace_eprobe_call()
840 static int trace_eprobe_tp_update_arg(struct trace_eprobe *ep, const char *argv[], int i) in trace_eprobe_tp_update_arg()
866 struct trace_eprobe *ep = NULL; in __trace_eprobe_create()