commit | 452ce03b1e686f0b2da6c1644dce7cdc71e3c69c | [log] [tgz] |
---|---|---|
author | Jiri Olsa <[email protected]> | Mon Jan 18 10:24:00 2016 +0100 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Wed Feb 03 11:13:11 2016 -0300 |
tree | 93645122f65b1cb4122e470a27b86310838f2190 | |
parent | 01441af5df438a171bce36bc3c7cfb588bc98a7a [diff] [blame] |
perf hists: Introduce perf_evsel__output_resort function Adding evsel specific function to sort hists_evsel based hists. The hists__output_resort can be now used to sort common hists object. Signed-off-by: Jiri Olsa <[email protected]> Cc: David Ahern <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index cc5c126..cfe3663 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c
@@ -245,7 +245,7 @@ hists__collapse_resort(hists, NULL); /* Don't sort callchain */ perf_evsel__reset_sample_bit(pos, CALLCHAIN); - hists__output_resort(hists, NULL); + perf_evsel__output_resort(pos, NULL); if (symbol_conf.event_group && !perf_evsel__is_group_leader(pos))