X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=wrapper%2Ftracepoint.h;h=c4ba01231766dd21e546d2ba90cd71d895590f5a;hp=08e8ccabff3eb910bf06b42f9c9fe54aa5cc55e3;hb=60c64030e811165e62a62eb551459dd2416d6ec2;hpb=3bcb1fb34fc8904413476afd87afbdeab3806e56 diff --git a/wrapper/tracepoint.h b/wrapper/tracepoint.h index 08e8ccab..c4ba0123 100644 --- a/wrapper/tracepoint.h +++ b/wrapper/tracepoint.h @@ -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))