Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtracepoint.h64 extern int register_tracepoint_module_notifier(struct notifier_block *nb);
79 int register_tracepoint_module_notifier(struct notifier_block *nb) in register_tracepoint_module_notifier() function
/linux/kernel/
H A Dtracepoint.c542 int register_tracepoint_module_notifier(struct notifier_block *nb) in register_tracepoint_module_notifier() function
557 EXPORT_SYMBOL_GPL(register_tracepoint_module_notifier);
/linux/kernel/trace/
H A Dtrace_fprobe.c1579 ret = register_tracepoint_module_notifier(&tracepoint_module_nb); in init_fprobe_trace_early()