commit | 740b97f9509ac5a015278940747178af4eb0900d | [log] [tgz] |
---|---|---|
author | Namhyung Kim <[email protected]> | Mon Dec 22 13:44:10 2014 +0900 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Tue Dec 23 12:01:37 2014 -0300 |
tree | aa1bb483caf1e97401390e52c3344906b536c513 | |
parent | ac931f87a647ca156f65a4c00e7297165e4fa2d8 [diff] [blame] |
perf report: Show progress bar for output resorting Sometimes it takes a long time to resort hist entries for output in case of a large data file. Show a progress bar window and inform user. Signed-off-by: Namhyung Kim <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[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 e7417fe..747f861 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c
@@ -232,7 +232,7 @@ if (nr_samples > 0) { total_nr_samples += nr_samples; hists__collapse_resort(hists, NULL); - hists__output_resort(hists); + hists__output_resort(hists, NULL); if (symbol_conf.event_group && !perf_evsel__is_group_leader(pos))