diff options
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r-- | include/linux/ftrace.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 677432b9cb7e..fdb2a89ae543 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -99,6 +99,9 @@ stack_trace_sysctl(struct ctl_table *table, int write, | |||
99 | /* asm/ftrace.h must be defined for archs supporting dynamic ftrace */ | 99 | /* asm/ftrace.h must be defined for archs supporting dynamic ftrace */ |
100 | #include <asm/ftrace.h> | 100 | #include <asm/ftrace.h> |
101 | 101 | ||
102 | int ftrace_arch_code_modify_prepare(void); | ||
103 | int ftrace_arch_code_modify_post_process(void); | ||
104 | |||
102 | enum { | 105 | enum { |
103 | FTRACE_FL_FREE = (1 << 0), | 106 | FTRACE_FL_FREE = (1 << 0), |
104 | FTRACE_FL_FAILED = (1 << 1), | 107 | FTRACE_FL_FAILED = (1 << 1), |