Lines Matching refs:trace_eprobe
23 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()
190 static struct trace_eprobe *alloc_event_probe(const char *group, in alloc_event_probe()
195 struct trace_eprobe *ep; in alloc_event_probe()
230 static int trace_eprobe_tp_arg_update(struct trace_eprobe *ep, int i) in trace_eprobe_tp_arg_update()
288 struct trace_eprobe *ep; in print_eprobe_event()
298 ep = container_of(tp, struct trace_eprobe, tp); in print_eprobe_event()
624 new_eprobe_trigger(struct trace_eprobe *ep, struct trace_event_file *file) in new_eprobe_trigger()
671 static int enable_eprobe(struct trace_eprobe *ep, in enable_eprobe()
697 static int disable_eprobe(struct trace_eprobe *ep, in disable_eprobe()
743 struct trace_eprobe *ep; in enable_trace_eprobe()
765 ep = container_of(pos, struct trace_eprobe, tp); in enable_trace_eprobe()
783 ep = container_of(pos, struct trace_eprobe, tp); in enable_trace_eprobe()
802 struct trace_eprobe *ep; in disable_trace_eprobe()
819 ep = container_of(pos, struct trace_eprobe, tp); in disable_trace_eprobe()
860 static inline void init_trace_eprobe_call(struct trace_eprobe *ep) in init_trace_eprobe_call()
900 static int trace_eprobe_tp_update_arg(struct trace_eprobe *ep, const char *argv[], int i) in trace_eprobe_tp_update_arg()
922 static int trace_eprobe_parse_filter(struct trace_eprobe *ep, int argc, const char *argv[]) in trace_eprobe_parse_filter()
983 struct trace_eprobe *ep = NULL; in __trace_eprobe_create()