diff options
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r-- | include/linux/ftrace.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 703eb53cfa2b..e46a7b34037c 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -74,6 +74,9 @@ extern void ftrace_caller(void); | |||
74 | extern void ftrace_call(void); | 74 | extern void ftrace_call(void); |
75 | extern void mcount_call(void); | 75 | extern void mcount_call(void); |
76 | 76 | ||
77 | /* May be defined in arch */ | ||
78 | extern int ftrace_arch_read_dyn_info(char *buf, int size); | ||
79 | |||
77 | /** | 80 | /** |
78 | * ftrace_modify_code - modify code segment | 81 | * ftrace_modify_code - modify code segment |
79 | * @ip: the address of the code segment | 82 | * @ip: the address of the code segment |
@@ -181,6 +184,8 @@ static inline void __ftrace_enabled_restore(int enabled) | |||
181 | #endif | 184 | #endif |
182 | 185 | ||
183 | #ifdef CONFIG_TRACING | 186 | #ifdef CONFIG_TRACING |
187 | extern int ftrace_dump_on_oops; | ||
188 | |||
184 | extern void | 189 | extern void |
185 | ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3); | 190 | ftrace_special(unsigned long arg1, unsigned long arg2, unsigned long arg3); |
186 | 191 | ||