Searched defs:ev (Results 1 – 12 of 12) sorted by relevance
| /kernel/locking/ |
| D | lock_events.h | 43 #define lockevent_inc(ev) __lockevent_inc(LOCKEVENT_ ##ev, true) argument 44 #define lockevent_cond_inc(ev, c) __lockevent_inc(LOCKEVENT_ ##ev, c) argument 51 #define lockevent_add(ev, c) __lockevent_add(LOCKEVENT_ ##ev, c) argument 55 #define lockevent_inc(ev) argument 56 #define lockevent_add(ev, c) do { (void)(c); } while (0) argument 57 #define lockevent_cond_inc(ev, c) do { (void)(c); } while (0) argument
|
| D | qspinlock_stat.h | 18 #define EVENT_COUNT(ev) lockevents[LOCKEVENT_ ## ev] argument
|
| /kernel/trace/ |
| D | trace_dynevent.h | 69 int dyn_event_init(struct dyn_event *ev, struct dyn_event_operations *ops) in dyn_event_init() 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()
|
| D | trace_eprobe.c | 63 static struct trace_eprobe *to_trace_eprobe(struct dyn_event *ev) in to_trace_eprobe() 73 static int eprobe_dyn_event_show(struct seq_file *m, struct dyn_event *ev) in eprobe_dyn_event_show() 110 static int eprobe_dyn_event_release(struct dyn_event *ev) in eprobe_dyn_event_release() 120 static bool eprobe_dyn_event_is_busy(struct dyn_event *ev) in eprobe_dyn_event_is_busy() 128 int argc, const char **argv, struct dyn_event *ev) in eprobe_dyn_event_match()
|
| D | trace_fprobe.c | 53 static bool is_trace_fprobe(struct dyn_event *ev) in is_trace_fprobe() 58 static struct trace_fprobe *to_trace_fprobe(struct dyn_event *ev) in to_trace_fprobe() 87 static bool trace_fprobe_is_busy(struct dyn_event *ev) in trace_fprobe_is_busy() 111 int argc, const char **argv, struct dyn_event *ev) in trace_fprobe_match() 1283 static int trace_fprobe_release(struct dyn_event *ev) in trace_fprobe_release() 1293 static int trace_fprobe_show(struct seq_file *m, struct dyn_event *ev) in trace_fprobe_show()
|
| D | trace_uprobe.c | 70 static bool is_trace_uprobe(struct dyn_event *ev) in is_trace_uprobe() 75 static struct trace_uprobe *to_trace_uprobe(struct dyn_event *ev) in to_trace_uprobe() 270 static bool trace_uprobe_is_busy(struct dyn_event *ev) in trace_uprobe_is_busy() 306 int argc, const char **argv, struct dyn_event *ev) in trace_uprobe_match() 746 static int trace_uprobe_release(struct dyn_event *ev) in trace_uprobe_release() 754 static int trace_uprobe_show(struct seq_file *m, struct dyn_event *ev) in trace_uprobe_show() 776 struct dyn_event *ev = v; in probes_seq_show() local 827 struct dyn_event *ev = v; in probes_profile_seq_show() local
|
| D | trace_kprobe.c | 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() 140 static bool trace_kprobe_is_busy(struct dyn_event *ev) in trace_kprobe_is_busy() 170 int argc, const char **argv, struct dyn_event *ev) in trace_kprobe_match() 1264 static int trace_kprobe_release(struct dyn_event *ev) in trace_kprobe_release() 1274 static int trace_kprobe_show(struct seq_file *m, struct dyn_event *ev) in trace_kprobe_show() 1302 struct dyn_event *ev = v; in probes_seq_show() local 1359 struct dyn_event *ev = v; in probes_profile_seq_show() local
|
| D | trace_events_synth.c | 102 static bool is_synth_event(struct dyn_event *ev) in is_synth_event() 107 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event() 112 static bool synth_event_is_busy(struct dyn_event *ev) in synth_event_is_busy() 120 int argc, const char **argv, struct dyn_event *ev) in synth_event_match() 2222 static int synth_event_release(struct dyn_event *ev) in synth_event_release() 2270 static int synth_event_show(struct seq_file *m, struct dyn_event *ev) in synth_event_show() 2281 struct dyn_event *ev = v; in synth_events_seq_show() local
|
| D | trace_dynevent.c | 184 struct dyn_event *ev = v; in dyn_event_seq_show() local 212 struct dyn_event *ev, *tmp; in dyn_events_release_all() local
|
| D | trace_events_user.c | 1813 static int user_event_show(struct seq_file *m, struct dyn_event *ev) in user_event_show() 1843 static bool user_event_is_busy(struct dyn_event *ev) in user_event_is_busy() 1850 static int user_event_free(struct dyn_event *ev) in user_event_free() 1922 int argc, const char **argv, struct dyn_event *ev) in user_event_match()
|
| D | trace.c | 9985 unsigned long ev, void *unused) in trace_die_panic_handler()
|
| /kernel/rcu/ |
| D | tree_stall.h | 123 static int rcu_panic(struct notifier_block *this, unsigned long ev, void *ptr) in rcu_panic()
|