Detect missing symbols used with kallsyms_lookup at compile time
[lttng-modules.git] / wrapper / tracepoint.h
index db762879e596046cc6306d00c5f2438d13084b51..3883e11ab13b82065dd88504ada80260c4a28373 100644 (file)
@@ -74,6 +74,17 @@ int wrapper_tracepoint_module_notify(struct notifier_block *nb,
        }
 }
 
+/*
+ * No canary for 'tracepoint_module_notify()', it's only defined in 'kernel/tracepoint.c'.
+ *
+ * static inline
+ * int __canary__tracepoint_module_notify(struct notifier_block *nb,
+ *             unsigned long val, struct module *mod)
+ * {
+ *     return tracepoint_module_notify(nb, val, mod);
+ * }
+ */
+
 #endif /* #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0) && defined(CONFIG_MODULE_SIG)) */
 
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0) && defined(CONFIG_MODULE_SIG) && defined(MODULE))
This page took 0.023686 seconds and 4 git commands to generate.