Searched refs:dyn_event_operations (Results 1 – 7 of 7) sorted by relevance
40 struct dyn_event_operations { struct51 int dyn_event_register(struct dyn_event_operations *ops); argument63 struct dyn_event_operations *ops;69 int dyn_event_init(struct dyn_event *ev, struct dyn_event_operations *ops) in dyn_event_init()101 int dyn_events_release_all(struct dyn_event_operations *type);102 int dyn_event_release(const char *raw_command, struct dyn_event_operations *type);
59 int dyn_event_register(struct dyn_event_operations *ops) in dyn_event_register()72 int dyn_event_release(const char *raw_command, struct dyn_event_operations *type) in dyn_event_release()130 struct dyn_event_operations *ops; in create_dyn_event()196 int dyn_events_release_all(struct dyn_event_operations *type) in dyn_events_release_all()
182 static struct dyn_event_operations eprobe_dyn_event_ops = {
46 static struct dyn_event_operations trace_uprobe_ops = {
1239 static struct dyn_event_operations user_event_dops = {
47 static struct dyn_event_operations trace_kprobe_ops = {
83 static struct dyn_event_operations synth_event_ops = {
Completed in 28 milliseconds