diff options
| author | Peter Zijlstra <[email protected]> | 2009-06-03 12:37:36 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-06-03 14:14:31 +0200 |
| commit | 8229289b607682f90b946ad2c319526303c17700 (patch) | |
| tree | 0fafa2c4e66052e4b94fb3b3e23507d6962800a4 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | e61078a0c88773d3465b0b9d665c5ed6b952b1cf (diff) | |
perf report: Fix comm sorting
Since we can (and do) change comm strings during the collection
phase, we cannot actually sort on them to build the histogram.
Therefore add an (optional) third sorting phase to collapse the
histrogram.
Comm sorting now builds the histrogram on threads and then in
the collapse phase collects all threads with the same comm.
This collapsed histogram is then reversed and sorted on events.
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: Marcelo Tosatti <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: John Kacur <[email protected]>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions