Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dtracepoint.h66 extern int register_tracepoint_module_notifier(struct notifier_block *nb);
74 int register_tracepoint_module_notifier(struct notifier_block *nb) in register_tracepoint_module_notifier() function
/Linux-v6.6/kernel/
Dtracepoint.c589 int register_tracepoint_module_notifier(struct notifier_block *nb) in register_tracepoint_module_notifier() function
604 EXPORT_SYMBOL_GPL(register_tracepoint_module_notifier);
/Linux-v6.6/kernel/trace/
Dtrace_fprobe.c1223 ret = register_tracepoint_module_notifier(&tracepoint_module_nb); in init_fprobe_trace_early()