Searched refs:dyn_event (Results 1 – 9 of 9) sorted by relevance
| /linux/kernel/trace/ |
| H A 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() 92 static inline void dyn_event_remove(struct dyn_event *ev) in dyn_event_remove()
|
| H A D | trace_uprobe.c | 43 static int trace_uprobe_show(struct seq_file *m, struct dyn_event *ev); 44 static int trace_uprobe_release(struct dyn_event *ev); 45 static bool trace_uprobe_is_busy(struct dyn_event *ev); 47 int argc, const char **argv, struct dyn_event *ev); 61 struct dyn_event devent; 72 static bool is_trace_uprobe(struct dyn_event *ev) in is_trace_uprobe() 77 static struct trace_uprobe *to_trace_uprobe(struct dyn_event *ev) in to_trace_uprobe() 274 static bool trace_uprobe_is_busy(struct dyn_event *ev) in trace_uprobe_is_busy() 310 int argc, const char **argv, struct dyn_event *ev) in trace_uprobe_match() 383 struct dyn_event *pos; in find_probe_event() [all …]
|
| H A D | trace_fprobe.c | 29 static int trace_fprobe_show(struct seq_file *m, struct dyn_event *ev); 30 static int trace_fprobe_release(struct dyn_event *ev); 31 static bool trace_fprobe_is_busy(struct dyn_event *ev); 33 int argc, const char **argv, struct dyn_event *ev); 189 struct dyn_event devent; 197 static bool is_trace_fprobe(struct dyn_event *ev) in is_trace_fprobe() 202 static struct trace_fprobe *to_trace_fprobe(struct dyn_event *ev) in to_trace_fprobe() 231 static bool trace_fprobe_is_busy(struct dyn_event *ev) in trace_fprobe_is_busy() 252 int argc, const char **argv, struct dyn_event *ev) in trace_fprobe_match() 604 struct dyn_event *pos; in find_trace_fprobe() [all …]
|
| H A D | trace_kprobe.c | 43 static int trace_kprobe_show(struct seq_file *m, struct dyn_event *ev); 44 static int trace_kprobe_release(struct dyn_event *ev); 45 static bool trace_kprobe_is_busy(struct dyn_event *ev); 47 int argc, const char **argv, struct dyn_event *ev); 61 struct dyn_event devent; 68 static bool is_trace_kprobe(struct dyn_event *ev) in is_trace_kprobe() 73 static struct trace_kprobe *to_trace_kprobe(struct dyn_event *ev) in to_trace_kprobe() 142 static bool trace_kprobe_is_busy(struct dyn_event *ev) in trace_kprobe_is_busy() 180 int argc, const char **argv, struct dyn_event *ev) in trace_kprobe_match() 324 struct dyn_event *pos; in find_trace_kprobe() [all …]
|
| H A D | trace_dynevent.c | 74 struct dyn_event *pos, *n; in dyn_event_release() 187 struct dyn_event *ev = v; in dyn_event_seq_show() 215 struct dyn_event *ev, *tmp; in dyn_events_release_all()
|
| H A D | trace_eprobe.c | 36 struct dyn_event devent; 67 static struct trace_eprobe *to_trace_eprobe(struct dyn_event *ev) in to_trace_eprobe() 77 static int eprobe_dyn_event_show(struct seq_file *m, struct dyn_event *ev) in eprobe_dyn_event_show() 116 static int eprobe_dyn_event_release(struct dyn_event *ev) in eprobe_dyn_event_release() 126 static bool eprobe_dyn_event_is_busy(struct dyn_event *ev) in eprobe_dyn_event_is_busy() 134 int argc, const char **argv, struct dyn_event *ev) in eprobe_dyn_event_match()
|
| H A D | trace_synth.h | 25 struct dyn_event devent;
|
| H A D | trace_events_synth.c | 81 static int synth_event_show(struct seq_file *m, struct dyn_event *ev); 82 static int synth_event_release(struct dyn_event *ev); 83 static bool synth_event_is_busy(struct dyn_event *ev); 85 int argc, const char **argv, struct dyn_event *ev); 95 static bool is_synth_event(struct dyn_event *ev) in is_synth_event() 100 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event() 105 static bool synth_event_is_busy(struct dyn_event *ev) in synth_event_is_busy() 113 int argc, const char **argv, struct dyn_event *ev) in synth_event_match() 903 struct dyn_event *pos; in find_synth_event() 2288 static int synth_event_release(struct dyn_event *ev) in synth_event_release() [all …]
|
| H A D | trace_events_user.c | 89 struct dyn_event devent; 1831 static int user_event_show(struct seq_file *m, struct dyn_event *ev) in user_event_show() 1861 static bool user_event_is_busy(struct dyn_event *ev) in user_event_is_busy() 1868 static int user_event_free(struct dyn_event *ev) in user_event_free() 1940 int argc, const char **argv, struct dyn_event *ev) in user_event_match()
|