Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtracepoint.h42 tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, void *data,
50 return tracepoint_probe_register_prio_may_exist(tp, probe, data, in tracepoint_probe_register_may_exist()
/linux-6.15/kernel/
H A Dtracepoint.c425 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, in tracepoint_probe_register_prio_may_exist() function
439 EXPORT_SYMBOL_GPL(tracepoint_probe_register_prio_may_exist);
/linux-6.15/kernel/trace/
H A Dtrace_fprobe.c724 ret = tracepoint_probe_register_prio_may_exist(tpoint, in __regsiter_tracepoint_fprobe()