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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index bbf40f624fc8..5c093ffc655b 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -51,6 +51,7 @@ struct trace_iterator {
51 int cpu_file; 51 int cpu_file;
52 struct mutex mutex; 52 struct mutex mutex;
53 struct ring_buffer_iter *buffer_iter[NR_CPUS]; 53 struct ring_buffer_iter *buffer_iter[NR_CPUS];
54 unsigned long iter_flags;
54 55
55 /* The below is zeroed out in pipe_read */ 56 /* The below is zeroed out in pipe_read */
56 struct trace_seq seq; 57 struct trace_seq seq;
@@ -58,7 +59,6 @@ struct trace_iterator {
58 int cpu; 59 int cpu;
59 u64 ts; 60 u64 ts;
60 61
61 unsigned long iter_flags;
62 loff_t pos; 62 loff_t pos;
63 long idx; 63 long idx;
64 64