diff options
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r-- | include/linux/ftrace_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index 0440bea8f6bb..ace2da9e0a0d 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h | |||
@@ -144,6 +144,7 @@ enum { | |||
144 | FILTER_OTHER = 0, | 144 | FILTER_OTHER = 0, |
145 | FILTER_STATIC_STRING, | 145 | FILTER_STATIC_STRING, |
146 | FILTER_DYN_STRING, | 146 | FILTER_DYN_STRING, |
147 | FILTER_PTR_STRING, | ||
147 | }; | 148 | }; |
148 | 149 | ||
149 | extern int trace_define_field(struct ftrace_event_call *call, | 150 | extern int trace_define_field(struct ftrace_event_call *call, |