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 cc5c1267c738..cfe366375c4b 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c | |||
@@ -245,7 +245,7 @@ static int __cmd_annotate(struct perf_annotate *ann) | |||
245 | hists__collapse_resort(hists, NULL); | 245 | hists__collapse_resort(hists, NULL); |
246 | /* Don't sort callchain */ | 246 | /* Don't sort callchain */ |
247 | perf_evsel__reset_sample_bit(pos, CALLCHAIN); | 247 | perf_evsel__reset_sample_bit(pos, CALLCHAIN); |
248 | hists__output_resort(hists, NULL); | 248 | perf_evsel__output_resort(pos, NULL); |
249 | 249 | ||
250 | if (symbol_conf.event_group && | 250 | if (symbol_conf.event_group && |
251 | !perf_evsel__is_group_leader(pos)) | 251 | !perf_evsel__is_group_leader(pos)) |