aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r--include/linux/ftrace.h6
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
8extern int ftrace_enabled;
9extern int
10ftrace_enable_sysctl(struct ctl_table *table, int write,
11 struct file *filp, void __user *buffer, size_t *lenp,
12 loff_t *ppos);
13
8typedef void (*ftrace_func_t)(unsigned long ip, unsigned long parent_ip); 14typedef void (*ftrace_func_t)(unsigned long ip, unsigned long parent_ip);
9 15
10struct ftrace_ops { 16struct ftrace_ops {