aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r--include/linux/ftrace_event.h1
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
149extern int trace_define_field(struct ftrace_event_call *call, 150extern int trace_define_field(struct ftrace_event_call *call,