Home
last modified time | relevance | path

Searched refs:trace_kprobe_ops (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/kernel/trace/
Dtrace_kprobe.c46 static struct dyn_event_operations trace_kprobe_ops = { variable
67 return ev->ops == &trace_kprobe_ops; in is_trace_kprobe()
295 dyn_event_init(&tk->devent, &trace_kprobe_ops); in alloc_trace_kprobe()
910 return dyn_event_release(raw_command, &trace_kprobe_ops); in create_or_delete_trace_kprobe()
1145 ret = dyn_events_release_all(&trace_kprobe_ops); in probes_open()
1904 ret = dyn_event_register(&trace_kprobe_ops); in init_kprobe_trace_early()
2080 ret = dyn_events_release_all(&trace_kprobe_ops); in kprobe_trace_self_tests_init()