Searched refs:dyn_event (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/kernel/trace/ |
| D | trace_dynevent.h | 16 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()
|
| D | trace_uprobe.c | 38 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() 277 static bool trace_uprobe_is_busy(struct dyn_event *ev) in trace_uprobe_is_busy() 313 int argc, const char **argv, struct dyn_event *ev) in trace_uprobe_match() 377 struct dyn_event *pos; in find_probe_event() [all …]
|
| D | trace_kprobe.c | 38 static int trace_kprobe_show(struct seq_file *m, struct dyn_event *ev); 39 static int trace_kprobe_release(struct dyn_event *ev); 40 static bool trace_kprobe_is_busy(struct dyn_event *ev); 42 int argc, const char **argv, struct dyn_event *ev); 56 struct dyn_event devent; 63 static bool is_trace_kprobe(struct dyn_event *ev) in is_trace_kprobe() 68 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 …]
|
| D | trace_dynevent.c | 36 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()
|
| D | trace_events_synth.c | 66 static int synth_event_show(struct seq_file *m, struct dyn_event *ev); 67 static int synth_event_release(struct dyn_event *ev); 68 static bool synth_event_is_busy(struct dyn_event *ev); 70 int argc, const char **argv, struct dyn_event *ev); 80 static bool is_synth_event(struct dyn_event *ev) in is_synth_event() 85 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event() 90 static bool synth_event_is_busy(struct dyn_event *ev) in synth_event_is_busy() 98 int argc, const char **argv, struct dyn_event *ev) in synth_event_match() 732 struct dyn_event *pos; in find_synth_event() 1961 static int synth_event_release(struct dyn_event *ev) in synth_event_release() [all …]
|
| D | trace_synth.h | 24 struct dyn_event devent;
|