register_tracepoint_module_notifier
extern int register_tracepoint_module_notifier(struct notifier_block *nb);
ret = register_tracepoint_module_notifier(&tracepoint_module_nb);
EXPORT_SYMBOL_GPL(register_tracepoint_module_notifier);