Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_kprobe.c47 static struct dyn_event_operations trace_kprobe_ops = { variable
68 return ev->ops == &trace_kprobe_ops; in is_trace_kprobe()
297 dyn_event_init(&tk->devent, &trace_kprobe_ops); in alloc_trace_kprobe()
915 return dyn_event_release(raw_command, &trace_kprobe_ops); in create_or_delete_trace_kprobe()
1150 ret = dyn_events_release_all(&trace_kprobe_ops); in probes_open()
1858 ret = dyn_event_register(&trace_kprobe_ops); in init_kprobe_trace_early()
2034 ret = dyn_events_release_all(&trace_kprobe_ops); in kprobe_trace_self_tests_init()