diff options
Diffstat (limited to 'tools/perf/util/tool.h')
-rw-r--r-- | tools/perf/util/tool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/tool.h b/tools/perf/util/tool.h index f11636966a0f..bb2708bbfaca 100644 --- a/tools/perf/util/tool.h +++ b/tools/perf/util/tool.h | |||
@@ -39,7 +39,8 @@ struct perf_tool { | |||
39 | event_attr_op attr; | 39 | event_attr_op attr; |
40 | event_op2 tracing_data; | 40 | event_op2 tracing_data; |
41 | event_op2 finished_round, | 41 | event_op2 finished_round, |
42 | build_id; | 42 | build_id, |
43 | id_index; | ||
43 | bool ordered_events; | 44 | bool ordered_events; |
44 | bool ordering_requires_timestamps; | 45 | bool ordering_requires_timestamps; |
45 | }; | 46 | }; |