Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_probe.h340 return trace_remove_event_call(&tp->event->call); in trace_probe_unregister_event_call()
H A Dtrace_events_synth.c930 trace_remove_event_call(call); in register_synth_event()
943 ret = trace_remove_event_call(call); in unregister_synth_event()
H A Dtrace_events.c3605 int trace_remove_event_call(struct trace_event_call *call) in trace_remove_event_call() function
3619 EXPORT_SYMBOL_GPL(trace_remove_event_call);
H A Dtrace_events_user.c1477 ret = trace_remove_event_call(&user->call); in user_event_set_call_visible()
/linux-6.15/include/linux/
H A Dtrace_events.h855 extern int trace_remove_event_call(struct trace_event_call *call);