diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ftrace.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 90dbc0ee2046..ccd8537dbdb7 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -5,6 +5,12 @@ | |||
5 | 5 | ||
6 | #include <linux/linkage.h> | 6 | #include <linux/linkage.h> |
7 | 7 | ||
8 | extern int ftrace_enabled; | ||
9 | extern int | ||
10 | ftrace_enable_sysctl(struct ctl_table *table, int write, | ||
11 | struct file *filp, void __user *buffer, size_t *lenp, | ||
12 | loff_t *ppos); | ||
13 | |||
8 | typedef void (*ftrace_func_t)(unsigned long ip, unsigned long parent_ip); | 14 | typedef void (*ftrace_func_t)(unsigned long ip, unsigned long parent_ip); |
9 | 15 | ||
10 | struct ftrace_ops { | 16 | struct ftrace_ops { |