Home
last modified time | relevance | path

Searched refs:dyn_event (Results 1 – 7 of 7) sorted by relevance

/kernel/trace/
Dtrace_dynevent.h16 struct dyn_event;
43 int (*show)(struct seq_file *m, struct dyn_event *ev);
44 bool (*is_busy)(struct dyn_event *ev);
45 int (*free)(struct dyn_event *ev);
47 int argc, const char **argv, struct dyn_event *ev);
61 struct dyn_event { struct
69 int dyn_event_init(struct dyn_event *ev, struct dyn_event_operations *ops) in dyn_event_init() argument
79 static inline int dyn_event_add(struct dyn_event *ev, in dyn_event_add()
92 static inline void dyn_event_remove(struct dyn_event *ev) in dyn_event_remove()
Dtrace_uprobe.c38 static int trace_uprobe_show(struct seq_file *m, struct dyn_event *ev);
39 static int trace_uprobe_release(struct dyn_event *ev);
40 static bool trace_uprobe_is_busy(struct dyn_event *ev);
42 int argc, const char **argv, struct dyn_event *ev);
56 struct dyn_event devent;
67 static bool is_trace_uprobe(struct dyn_event *ev) in is_trace_uprobe()
72 static struct trace_uprobe *to_trace_uprobe(struct dyn_event *ev) in to_trace_uprobe()
275 static bool trace_uprobe_is_busy(struct dyn_event *ev) in trace_uprobe_is_busy()
311 int argc, const char **argv, struct dyn_event *ev) in trace_uprobe_match()
375 struct dyn_event *pos; in find_probe_event()
[all …]
Dtrace_kprobe.c40 static int trace_kprobe_show(struct seq_file *m, struct dyn_event *ev);
41 static int trace_kprobe_release(struct dyn_event *ev);
42 static bool trace_kprobe_is_busy(struct dyn_event *ev);
44 int argc, const char **argv, struct dyn_event *ev);
58 struct dyn_event devent;
65 static bool is_trace_kprobe(struct dyn_event *ev) in is_trace_kprobe()
70 static struct trace_kprobe *to_trace_kprobe(struct dyn_event *ev) in to_trace_kprobe()
132 static bool trace_kprobe_is_busy(struct dyn_event *ev) in trace_kprobe_is_busy()
162 int argc, const char **argv, struct dyn_event *ev) in trace_kprobe_match()
305 struct dyn_event *pos; in find_trace_kprobe()
[all …]
Dtrace_events_synth.c69 static int synth_event_show(struct seq_file *m, struct dyn_event *ev);
70 static int synth_event_release(struct dyn_event *ev);
71 static bool synth_event_is_busy(struct dyn_event *ev);
73 int argc, const char **argv, struct dyn_event *ev);
83 static bool is_synth_event(struct dyn_event *ev) in is_synth_event()
88 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event()
93 static bool synth_event_is_busy(struct dyn_event *ev) in synth_event_is_busy()
101 int argc, const char **argv, struct dyn_event *ev) in synth_event_match()
839 struct dyn_event *pos; in find_synth_event()
2186 static int synth_event_release(struct dyn_event *ev) in synth_event_release()
[all …]
Dtrace_dynevent.c74 struct dyn_event *pos, *n; in dyn_event_release()
170 struct dyn_event *ev = v; in dyn_event_seq_show()
198 struct dyn_event *ev, *tmp; in dyn_events_release_all()
Dtrace_eprobe.c32 struct dyn_event devent;
55 static struct trace_eprobe *to_trace_eprobe(struct dyn_event *ev) in to_trace_eprobe()
65 static int eprobe_dyn_event_show(struct seq_file *m, struct dyn_event *ev) in eprobe_dyn_event_show()
102 static int eprobe_dyn_event_release(struct dyn_event *ev) in eprobe_dyn_event_release()
112 static bool eprobe_dyn_event_is_busy(struct dyn_event *ev) in eprobe_dyn_event_is_busy()
120 int argc, const char **argv, struct dyn_event *ev) in eprobe_dyn_event_match()
Dtrace_synth.h25 struct dyn_event devent;