aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-diff.c')
-rw-r--r--tools/perf/builtin-diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c
index 1b96a3122228..5e4803158672 100644
--- a/tools/perf/builtin-diff.c
+++ b/tools/perf/builtin-diff.c
@@ -364,6 +364,7 @@ static struct perf_tool tool = {
364 .exit = perf_event__process_exit, 364 .exit = perf_event__process_exit,
365 .fork = perf_event__process_fork, 365 .fork = perf_event__process_fork,
366 .lost = perf_event__process_lost, 366 .lost = perf_event__process_lost,
367 .namespaces = perf_event__process_namespaces,
367 .ordered_events = true, 368 .ordered_events = true,
368 .ordering_requires_timestamps = true, 369 .ordering_requires_timestamps = true,
369}; 370};