Home
last modified time | relevance | path

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

/Linux-v5.4/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()
90 static inline void dyn_event_remove(struct dyn_event *ev) in dyn_event_remove()
Dtrace_dynevent.c36 struct dyn_event *pos, *n; in dyn_event_release()
120 struct dyn_event *ev = v; in dyn_event_seq_show()
148 struct dyn_event *ev, *tmp; in dyn_events_release_all()
Dtrace_uprobe.c44 static int trace_uprobe_show(struct seq_file *m, struct dyn_event *ev);
45 static int trace_uprobe_release(struct dyn_event *ev);
46 static bool trace_uprobe_is_busy(struct dyn_event *ev);
48 int argc, const char **argv, struct dyn_event *ev);
62 struct dyn_event devent;
74 static bool is_trace_uprobe(struct dyn_event *ev) in is_trace_uprobe()
79 static struct trace_uprobe *to_trace_uprobe(struct dyn_event *ev) in to_trace_uprobe()
284 static bool trace_uprobe_is_busy(struct dyn_event *ev) in trace_uprobe_is_busy()
320 int argc, const char **argv, struct dyn_event *ev) in trace_uprobe_match()
384 struct dyn_event *pos; in find_probe_event()
[all …]
Dtrace_kprobe.c39 static int trace_kprobe_show(struct seq_file *m, struct dyn_event *ev);
40 static int trace_kprobe_release(struct dyn_event *ev);
41 static bool trace_kprobe_is_busy(struct dyn_event *ev);
43 int argc, const char **argv, struct dyn_event *ev);
57 struct dyn_event devent;
64 static bool is_trace_kprobe(struct dyn_event *ev) in is_trace_kprobe()
69 static struct trace_kprobe *to_trace_kprobe(struct dyn_event *ev) in to_trace_kprobe()
134 static bool trace_kprobe_is_busy(struct dyn_event *ev) in trace_kprobe_is_busy()
164 int argc, const char **argv, struct dyn_event *ev) in trace_kprobe_match()
307 struct dyn_event *pos; in find_trace_kprobe()
[all …]
Dtrace_events_hist.c378 static int synth_event_show(struct seq_file *m, struct dyn_event *ev);
379 static int synth_event_release(struct dyn_event *ev);
380 static bool synth_event_is_busy(struct dyn_event *ev);
382 int argc, const char **argv, struct dyn_event *ev);
401 struct dyn_event devent;
412 static bool is_synth_event(struct dyn_event *ev) in is_synth_event()
417 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event()
422 static bool synth_event_is_busy(struct dyn_event *ev) in synth_event_is_busy()
430 int argc, const char **argv, struct dyn_event *ev) in synth_event_match()
1124 struct dyn_event *pos; in find_synth_event()
[all …]