• Home
  • Raw
  • Download

Lines Matching defs:ep

41 	struct trace_eprobe	*ep;  member
45 #define for_each_trace_eprobe_tp(ep, _tp) \ argument
50 static void trace_event_probe_cleanup(struct trace_eprobe *ep) in trace_event_probe_cleanup()
75 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_show() local
89 static int unregister_trace_eprobe(struct trace_eprobe *ep) in unregister_trace_eprobe()
112 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_release() local
122 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_is_busy() local
130 struct trace_eprobe *ep = to_trace_eprobe(ev); in eprobe_dyn_event_match() local
199 struct trace_eprobe *ep; in alloc_event_probe() local
261 struct trace_eprobe *ep; in print_eprobe_event() local
529 new_eprobe_trigger(struct trace_eprobe *ep, struct trace_event_file *file) in new_eprobe_trigger()
576 static int enable_eprobe(struct trace_eprobe *ep, in enable_eprobe()
602 static int disable_eprobe(struct trace_eprobe *ep, in disable_eprobe()
648 struct trace_eprobe *ep; in enable_trace_eprobe() local
705 struct trace_eprobe *ep; in disable_trace_eprobe() local
761 static inline void init_trace_eprobe_call(struct trace_eprobe *ep) in init_trace_eprobe_call()
798 static int trace_eprobe_tp_update_arg(struct trace_eprobe *ep, const char *argv[], int i) in trace_eprobe_tp_update_arg()
815 static int trace_eprobe_parse_filter(struct trace_eprobe *ep, int argc, const char *argv[]) in trace_eprobe_parse_filter()
872 struct trace_eprobe *ep = NULL; in __trace_eprobe_create() local