Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Dtrace_probe.h323 return trace_remove_event_call(&tp->event->call); in trace_probe_unregister_event_call()
Dtrace_events_synth.c833 trace_remove_event_call(call); in register_synth_event()
846 ret = trace_remove_event_call(call); in unregister_synth_event()
Dtrace_events_user.c811 ret = trace_remove_event_call(&user->call); in user_event_set_call_visible()
Dtrace_events.c2908 int trace_remove_event_call(struct trace_event_call *call) in trace_remove_event_call() function
2922 EXPORT_SYMBOL_GPL(trace_remove_event_call);
/Linux-v6.1/include/linux/
Dtrace_events.h815 extern int trace_remove_event_call(struct trace_event_call *call);