]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/ftrace.h
Merge branch 'pm-cpufreq'
[mirror_ubuntu-bionic-kernel.git] / include / linux / ftrace.h
index d4a884db16a3dc5a77942e5f435d2f2290a8936a..3633e8beff39e3ad67409a133109350128607ddd 100644 (file)
@@ -947,6 +947,10 @@ extern int __disable_trace_on_warning;
 #define INIT_TRACE_RECURSION           .trace_recursion = 0,
 #endif
 
+int tracepoint_printk_sysctl(struct ctl_table *table, int write,
+                            void __user *buffer, size_t *lenp,
+                            loff_t *ppos);
+
 #else /* CONFIG_TRACING */
 static inline void  disable_trace_on_warning(void) { }
 #endif /* CONFIG_TRACING */