Home
last modified time | relevance | path

Searched defs:ev (Results 1 – 10 of 10) sorted by relevance

/kernel/locking/
Dlock_events.h43 #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) argument
57 #define lockevent_cond_inc(ev, c) argument
Dqspinlock_stat.h18 #define EVENT_COUNT(ev) lockevents[LOCKEVENT_ ## ev] argument
/kernel/trace/
Dtrace_dynevent.h69 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()
Dtrace_eprobe.c59 static struct trace_eprobe *to_trace_eprobe(struct dyn_event *ev) in to_trace_eprobe()
69 static int eprobe_dyn_event_show(struct seq_file *m, struct dyn_event *ev) in eprobe_dyn_event_show()
106 static int eprobe_dyn_event_release(struct dyn_event *ev) in eprobe_dyn_event_release()
116 static bool eprobe_dyn_event_is_busy(struct dyn_event *ev) in eprobe_dyn_event_is_busy()
124 int argc, const char **argv, struct dyn_event *ev) in eprobe_dyn_event_match()
Dtrace_kprobe.c66 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()
133 static bool trace_kprobe_is_busy(struct dyn_event *ev) in trace_kprobe_is_busy()
163 int argc, const char **argv, struct dyn_event *ev) in trace_kprobe_match()
1149 static int trace_kprobe_release(struct dyn_event *ev) in trace_kprobe_release()
1159 static int trace_kprobe_show(struct seq_file *m, struct dyn_event *ev) in trace_kprobe_show()
1187 struct dyn_event *ev = v; in probes_seq_show() local
1238 struct dyn_event *ev = v; in probes_profile_seq_show() local
Dtrace_uprobe.c69 static bool is_trace_uprobe(struct dyn_event *ev) in is_trace_uprobe()
74 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()
739 static int trace_uprobe_release(struct dyn_event *ev) in trace_uprobe_release()
747 static int trace_uprobe_show(struct seq_file *m, struct dyn_event *ev) in trace_uprobe_show()
769 struct dyn_event *ev = v; in probes_seq_show() local
820 struct dyn_event *ev = v; in probes_profile_seq_show() local
Dtrace_events_synth.c102 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()
2206 static int synth_event_release(struct dyn_event *ev) in synth_event_release()
2254 static int synth_event_show(struct seq_file *m, struct dyn_event *ev) in synth_event_show()
2265 struct dyn_event *ev = v; in synth_events_seq_show() local
Dtrace_dynevent.c170 struct dyn_event *ev = v; in dyn_event_seq_show() local
198 struct dyn_event *ev, *tmp; in dyn_events_release_all() local
Dtrace_events_user.c1126 static int user_event_show(struct seq_file *m, struct dyn_event *ev) in user_event_show()
1156 static bool user_event_is_busy(struct dyn_event *ev) in user_event_is_busy()
1163 static int user_event_free(struct dyn_event *ev) in user_event_free()
1228 int argc, const char **argv, struct dyn_event *ev) in user_event_match()
/kernel/rcu/
Dtree_stall.h120 static int rcu_panic(struct notifier_block *this, unsigned long ev, void *ptr) in rcu_panic()