diff options
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r-- | tools/perf/builtin-annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 1ec429fef2be..952b5ece6740 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c | |||
@@ -297,7 +297,7 @@ int cmd_annotate(int argc, const char **argv, const char *prefix __maybe_unused) | |||
297 | .comm = perf_event__process_comm, | 297 | .comm = perf_event__process_comm, |
298 | .exit = perf_event__process_exit, | 298 | .exit = perf_event__process_exit, |
299 | .fork = perf_event__process_fork, | 299 | .fork = perf_event__process_fork, |
300 | .ordered_samples = true, | 300 | .ordered_events = true, |
301 | .ordering_requires_timestamps = true, | 301 | .ordering_requires_timestamps = true, |
302 | }, | 302 | }, |
303 | }; | 303 | }; |