Searched refs:dyn_event_operations (Results 1 – 8 of 8) 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);103 int dyn_event_create(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()123 int dyn_event_create(const char *raw_command, struct dyn_event_operations *type) in dyn_event_create()135 struct dyn_event_operations *ops; in create_dyn_event()201 int dyn_events_release_all(struct dyn_event_operations *type) in dyn_events_release_all()
187 static struct dyn_event_operations eprobe_dyn_event_ops = {
35 static struct dyn_event_operations trace_fprobe_ops = {
49 static struct dyn_event_operations trace_uprobe_ops = {
87 static struct dyn_event_operations synth_event_ops = {
48 static struct dyn_event_operations trace_kprobe_ops = {
1940 static struct dyn_event_operations user_event_dops = {