Namhyung Kim
678a500d07
perf hists: Reset width of output fields with header length
Some fields missed to set default column length so it broke align in
--stdio output. Add perf_hpp__reset_width() to set it to a sane
default value.
Note that this change will ignore -w/--column-widths option for now.
Before:
$ perf report -F cpu,comm,overhead --stdio
...
# CPU Command Overhead
# ............... ........
#
0 firefox 2.65%
0 kworker/0:0 1.45%
0 swapper 5.52%
0 synergys 0.92%
1 firefox 4.54%
After:
# CPU Command Overhead
# ... ............... ........
#
0 firefox 2.65%
0 kworker/0:0 1.45%
0 swapper 5.52%
0 synergys 0.92%
1 firefox 4.54%
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1400480762-22852-17-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
2014-05-21 11:45:36 +02:00
..
2014-04-16 14:10:36 -07:00
2014-05-05 17:49:07 +02:00
2014-05-01 21:22:39 +02:00
2014-04-30 16:12:22 -04:00
2014-05-21 11:45:36 +02:00
2014-04-21 22:51:58 +02:00
2013-12-19 16:18:10 -03:00
2014-04-04 21:27:43 -07:00
2013-11-07 08:45:34 +08:00
2013-12-04 15:10:54 -08:00
2014-05-01 21:22:39 +02:00
2014-04-07 16:35:52 -07:00
2014-02-15 11:52:35 -08:00