Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtracepoint.h44 tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, void *data,
52 return tracepoint_probe_register_prio_may_exist(tp, probe, data, in tracepoint_probe_register_may_exist()
/linux-6.6.21/kernel/
Dtracepoint.c472 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio_may_exist() function
486 EXPORT_SYMBOL_GPL(tracepoint_probe_register_prio_may_exist);
/linux-6.6.21/kernel/trace/
Dtrace_fprobe.c690 ret = tracepoint_probe_register_prio_may_exist(tpoint, in __register_trace_fprobe()