Lines Matching refs:dyn_event
27 static int trace_fprobe_show(struct seq_file *m, struct dyn_event *ev);
28 static int trace_fprobe_release(struct dyn_event *ev);
29 static bool trace_fprobe_is_busy(struct dyn_event *ev);
31 int argc, const char **argv, struct dyn_event *ev);
45 struct dyn_event devent;
53 static bool is_trace_fprobe(struct dyn_event *ev) in is_trace_fprobe()
58 static struct trace_fprobe *to_trace_fprobe(struct dyn_event *ev) in to_trace_fprobe()
87 static bool trace_fprobe_is_busy(struct dyn_event *ev) in trace_fprobe_is_busy()
111 int argc, const char **argv, struct dyn_event *ev) in trace_fprobe_match()
462 struct dyn_event *pos; in find_trace_fprobe()
997 struct dyn_event *pos; in __tracepoint_probe_module_cb()
1291 static int trace_fprobe_release(struct dyn_event *ev) in trace_fprobe_release()
1301 static int trace_fprobe_show(struct seq_file *m, struct dyn_event *ev) in trace_fprobe_show()