aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-annotate.c')
-rw-r--r--tools/perf/builtin-annotate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c
index 4f52d85f5ebc..e54b1f9fe1ee 100644
--- a/tools/perf/builtin-annotate.c
+++ b/tools/perf/builtin-annotate.c
@@ -393,6 +393,7 @@ int cmd_annotate(int argc, const char **argv, const char *prefix __maybe_unused)
393 .comm = perf_event__process_comm, 393 .comm = perf_event__process_comm,
394 .exit = perf_event__process_exit, 394 .exit = perf_event__process_exit,
395 .fork = perf_event__process_fork, 395 .fork = perf_event__process_fork,
396 .namespaces = perf_event__process_namespaces,
396 .ordered_events = true, 397 .ordered_events = true,
397 .ordering_requires_timestamps = true, 398 .ordering_requires_timestamps = true,
398 }, 399 },