Detect missing symbols used with kallsyms_lookup at compile time
[lttng-modules.git] / wrapper / tracepoint.h
index 08e8ccabff3eb910bf06b42f9c9fe54aa5cc55e3..c4ba01231766dd21e546d2ba90cd71d895590f5a 100644 (file)
@@ -68,6 +68,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.02334 seconds and 4 git commands to generate.