aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ftrace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h
index a3d46151be19..9623b7b9e5a5 100644
--- a/include/linux/ftrace.h
+++ b/include/linux/ftrace.h
@@ -165,6 +165,8 @@ static inline void __ftrace_enabled_restore(int enabled)
165#endif 165#endif
166 166
167#ifdef CONFIG_TRACING 167#ifdef CONFIG_TRACING
168extern int ftrace_dump_on_oops;
169
168extern void 170extern void
169ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3); 171ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3);
170 172