diff options
Diffstat (limited to 'tools/perf/builtin-diff.c')
-rw-r--r-- | tools/perf/builtin-diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c index 9a5a035cb426..c10cc44bae19 100644 --- a/tools/perf/builtin-diff.c +++ b/tools/perf/builtin-diff.c | |||
@@ -360,7 +360,7 @@ static struct perf_tool tool = { | |||
360 | .exit = perf_event__process_exit, | 360 | .exit = perf_event__process_exit, |
361 | .fork = perf_event__process_fork, | 361 | .fork = perf_event__process_fork, |
362 | .lost = perf_event__process_lost, | 362 | .lost = perf_event__process_lost, |
363 | .ordered_samples = true, | 363 | .ordered_events = true, |
364 | .ordering_requires_timestamps = true, | 364 | .ordering_requires_timestamps = true, |
365 | }; | 365 | }; |
366 | 366 | ||