Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtracepoint.h47 tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data);
275 return tracepoint_probe_unregister(&__tracepoint_##name,\
/linux/kernel/
A Dtracepoint.c543 int tracepoint_probe_unregister(struct tracepoint *tp, void *probe, void *data) in tracepoint_probe_unregister() function
555 EXPORT_SYMBOL_GPL(tracepoint_probe_unregister);
/linux/mm/kfence/
A Dkfence_test.c846 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()
/linux/kernel/kcsan/
A Dkcsan_test.c1224 tracepoint_probe_unregister(tp, probe_console, NULL); in unregister_tracepoints()
/linux/kernel/trace/
A Dtrace_events.c506 tracepoint_probe_unregister(call->tp, in trace_event_reg()
517 tracepoint_probe_unregister(call->tp, in trace_event_reg()
A Dbpf_trace.c2011 return tracepoint_probe_unregister(btp->tp, (void *)btp->bpf_func, prog); in bpf_probe_unregister()

Completed in 22 milliseconds