Searched refs:dyn_event (Results 1 – 7 of 7) sorted by relevance
/linux/kernel/trace/ |
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()
|
A D | trace_uprobe.c | 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() 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() 374 struct dyn_event *pos; in find_probe_event() 475 struct dyn_event *pos; in validate_ref_ctr_offset() 765 struct dyn_event *ev = v; in probes_seq_show() [all …]
|
A D | trace_kprobe.c | 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() 161 int argc, const char **argv, struct dyn_event *ev) in trace_kprobe_match() 304 struct dyn_event *pos; in find_trace_kprobe() 680 struct dyn_event *pos; in trace_kprobe_module_callback() 1125 struct dyn_event *ev = v; in probes_seq_show() 1176 struct dyn_event *ev = v; in probes_profile_seq_show() [all …]
|
A D | trace_dynevent.c | 74 struct dyn_event *pos, *n; in dyn_event_release() 169 struct dyn_event *ev = v; in dyn_event_seq_show() 197 struct dyn_event *ev, *tmp; in dyn_events_release_all()
|
A D | trace_events_synth.c | 67 static int synth_event_show(struct seq_file *m, struct dyn_event *ev); 68 static int synth_event_release(struct dyn_event *ev); 69 static bool synth_event_is_busy(struct dyn_event *ev); 71 int argc, const char **argv, struct dyn_event *ev); 81 static bool is_synth_event(struct dyn_event *ev) in is_synth_event() 86 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event() 91 static bool synth_event_is_busy(struct dyn_event *ev) in synth_event_is_busy() 99 int argc, const char **argv, struct dyn_event *ev) in synth_event_match() 750 struct dyn_event *pos; in find_synth_event() 2100 static int synth_event_release(struct dyn_event *ev) in synth_event_release() [all …]
|
A D | trace_eprobe.c | 31 struct dyn_event devent; 54 static struct trace_eprobe *to_trace_eprobe(struct dyn_event *ev) in to_trace_eprobe() 64 static int eprobe_dyn_event_show(struct seq_file *m, struct dyn_event *ev) in eprobe_dyn_event_show() 101 static int eprobe_dyn_event_release(struct dyn_event *ev) in eprobe_dyn_event_release() 111 static bool eprobe_dyn_event_is_busy(struct dyn_event *ev) in eprobe_dyn_event_is_busy() 119 int argc, const char **argv, struct dyn_event *ev) in eprobe_dyn_event_match()
|
A D | trace_synth.h | 24 struct dyn_event devent;
|
Completed in 22 milliseconds