aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ftrace.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h
index fe0a90a09243..52fc5d4e6edd 100644
--- a/include/linux/ftrace.h
+++ b/include/linux/ftrace.h
@@ -147,8 +147,7 @@ extern int ftrace_text_reserved(void *start, void *end);
147 147
148enum { 148enum {
149 FTRACE_FL_FREE = (1 << 0), 149 FTRACE_FL_FREE = (1 << 0),
150 FTRACE_FL_FILTER = (1 << 1), 150 FTRACE_FL_ENABLED = (1 << 1),
151 FTRACE_FL_ENABLED = (1 << 2),
152}; 151};
153 152
154struct dyn_ftrace { 153struct dyn_ftrace {