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 61e757bd2350..4650a3160b7f 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -58,6 +58,9 @@ struct dyn_ftrace { | |||
58 | int ftrace_force_update(void); | 58 | int ftrace_force_update(void); |
59 | void ftrace_set_filter(unsigned char *buf, int len, int reset); | 59 | void ftrace_set_filter(unsigned char *buf, int len, int reset); |
60 | 60 | ||
61 | /* totally disable ftrace - can not re-enable after this */ | ||
62 | void ftrace_kill(void); | ||
63 | |||
61 | /* defined in arch */ | 64 | /* defined in arch */ |
62 | extern int ftrace_ip_converted(unsigned long ip); | 65 | extern int ftrace_ip_converted(unsigned long ip); |
63 | extern unsigned char *ftrace_nop_replace(void); | 66 | extern unsigned char *ftrace_nop_replace(void); |