diff options
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r-- | tools/perf/builtin-annotate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 7a5dc7e5c577..5205408e795b 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c | |||
@@ -397,6 +397,7 @@ int cmd_annotate(int argc, const char **argv) | |||
397 | .namespaces = perf_event__process_namespaces, | 397 | .namespaces = perf_event__process_namespaces, |
398 | .attr = perf_event__process_attr, | 398 | .attr = perf_event__process_attr, |
399 | .build_id = perf_event__process_build_id, | 399 | .build_id = perf_event__process_build_id, |
400 | .feature = perf_event__process_feature, | ||
400 | .ordered_events = true, | 401 | .ordered_events = true, |
401 | .ordering_requires_timestamps = true, | 402 | .ordering_requires_timestamps = true, |
402 | }, | 403 | }, |