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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h
index b0dd0093058f..f5911d2d42c3 100644
--- a/include/linux/ftrace.h
+++ b/include/linux/ftrace.h
@@ -43,7 +43,9 @@ extern void mcount(void);
43# define FTRACE_HASHSIZE (1<<FTRACE_HASHBITS) 43# define FTRACE_HASHSIZE (1<<FTRACE_HASHBITS)
44 44
45enum { 45enum {
46 FTRACE_FL_FAILED = (1<<0), 46 FTRACE_FL_FAILED = (1 << 0),
47 FTRACE_FL_FILTER = (1 << 1),
48 FTRACE_FL_ENABLED = (1 << 2),
47}; 49};
48 50
49struct dyn_ftrace { 51struct dyn_ftrace {