Searched refs:trace_kprobe_ops (Results 1 – 1 of 1) sorted by relevance
48 static struct dyn_event_operations trace_kprobe_ops = { variable 69 return ev->ops == &trace_kprobe_ops; in is_trace_kprobe() 307 dyn_event_init(&tk->devent, &trace_kprobe_ops); in alloc_trace_kprobe() 1105 return dyn_event_release(raw_command, &trace_kprobe_ops); in create_or_delete_trace_kprobe() 1107 ret = dyn_event_create(raw_command, &trace_kprobe_ops); in create_or_delete_trace_kprobe() 1340 ret = dyn_events_release_all(&trace_kprobe_ops); in probes_open() 2018 ret = dyn_event_register(&trace_kprobe_ops); in init_kprobe_trace_early()