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

/linux-master/include/linux/
H A 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,
/linux-master/kernel/
H A Dtracepoint.c463 * tracepoint_probe_register_prio_may_exist - Connect a probe to a tracepoint with priority
472 int tracepoint_probe_register_prio_may_exist(struct tracepoint *tp, void *probe, function
486 EXPORT_SYMBOL_GPL(tracepoint_probe_register_prio_may_exist); variable
/linux-master/kernel/trace/
H A Dtrace_fprobe.c708 ret = tracepoint_probe_register_prio_may_exist(tpoint,

Completed in 196 milliseconds