Home
last modified time | relevance | path

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

/Linux-v6.1/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.c40 static int trace_uprobe_show(struct seq_file *m, struct dyn_event *ev);
41 static int trace_uprobe_release(struct dyn_event *ev);
42 static bool trace_uprobe_is_busy(struct dyn_event *ev);
44 int argc, const char **argv, struct dyn_event *ev);
58 struct dyn_event devent;
69 static bool is_trace_uprobe(struct dyn_event *ev) in is_trace_uprobe()
74 static struct trace_uprobe *to_trace_uprobe(struct dyn_event *ev) in to_trace_uprobe()
276 static bool trace_uprobe_is_busy(struct dyn_event *ev) in trace_uprobe_is_busy()
312 int argc, const char **argv, struct dyn_event *ev) in trace_uprobe_match()
377 struct dyn_event *pos; in find_probe_event()
[all …]
Dtrace_kprobe.c41 static int trace_kprobe_show(struct seq_file *m, struct dyn_event *ev);
42 static int trace_kprobe_release(struct dyn_event *ev);
43 static bool trace_kprobe_is_busy(struct dyn_event *ev);
45 int argc, const char **argv, struct dyn_event *ev);
59 struct dyn_event devent;
66 static bool is_trace_kprobe(struct dyn_event *ev) in is_trace_kprobe()
71 static struct trace_kprobe *to_trace_kprobe(struct dyn_event *ev) in to_trace_kprobe()
133 static bool trace_kprobe_is_busy(struct dyn_event *ev) in trace_kprobe_is_busy()
163 int argc, const char **argv, struct dyn_event *ev) in trace_kprobe_match()
307 struct dyn_event *pos; in find_trace_kprobe()
[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_events_synth.c77 static int synth_event_show(struct seq_file *m, struct dyn_event *ev);
78 static int synth_event_release(struct dyn_event *ev);
79 static bool synth_event_is_busy(struct dyn_event *ev);
81 int argc, const char **argv, struct dyn_event *ev);
91 static bool is_synth_event(struct dyn_event *ev) in is_synth_event()
96 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event()
101 static bool synth_event_is_busy(struct dyn_event *ev) in synth_event_is_busy()
109 int argc, const char **argv, struct dyn_event *ev) in synth_event_match()
769 struct dyn_event *pos; in find_synth_event()
2117 static int synth_event_release(struct dyn_event *ev) in synth_event_release()
[all …]
Dtrace_synth.h24 struct dyn_event devent;
Dtrace_eprobe.c35 struct dyn_event devent;
59 static struct trace_eprobe *to_trace_eprobe(struct dyn_event *ev) in to_trace_eprobe()
69 static int eprobe_dyn_event_show(struct seq_file *m, struct dyn_event *ev) in eprobe_dyn_event_show()
106 static int eprobe_dyn_event_release(struct dyn_event *ev) in eprobe_dyn_event_release()
116 static bool eprobe_dyn_event_is_busy(struct dyn_event *ev) in eprobe_dyn_event_is_busy()
124 int argc, const char **argv, struct dyn_event *ev) in eprobe_dyn_event_match()
Dtrace_events_user.c109 struct dyn_event devent;
1123 static int user_event_show(struct seq_file *m, struct dyn_event *ev) in user_event_show()
1153 static bool user_event_is_busy(struct dyn_event *ev) in user_event_is_busy()
1160 static int user_event_free(struct dyn_event *ev) in user_event_free()
1225 int argc, const char **argv, struct dyn_event *ev) in user_event_match()