Detect missing symbols used with kallsyms_lookup at compile time
[lttng-modules.git] / include / wrapper / tracepoint.h
index 880638b9d9f2ceb742b6618c4c07ed2d1e60d54e..9f631abdbd30010e56523e95c5dff8b143c43b57 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.022761 seconds and 4 git commands to generate.