]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/tracepoint.h
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[karo-tx-linux.git] / include / linux / tracepoint.h
index a3b2837d8dd1f961faa81959c7a8b85bd8b6e959..812b2553dfd84c78d4c4eab4e580b554e0edf2ab 100644 (file)
@@ -54,6 +54,12 @@ struct tp_module {
        unsigned int num_tracepoints;
        struct tracepoint * const *tracepoints_ptrs;
 };
+bool trace_module_has_bad_taint(struct module *mod);
+#else
+static inline bool trace_module_has_bad_taint(struct module *mod)
+{
+       return false;
+}
 #endif /* CONFIG_MODULES */
 
 /*