diff options
| author | Namhyung Kim <[email protected]> | 2016-02-21 23:22:38 +0900 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2016-02-22 12:06:53 -0300 |
| commit | 0c0af78d472f96efe04daaaccede7522b2394b76 (patch) | |
| tree | 681d11016c0e3d37dab30a6c43a9c05d592ddb93 /tools/perf/scripts/python | |
| parent | 2960ed6f8d6794dcb39ba48c3e515e5be18ee9e1 (diff) | |
perf tools: Fix column width setting on 'trace' sort key
It missed to update column length of the 'trace' sort key in the
hists__calc_col_len() so it might truncate the output. It calculated
the column length in the ->cmp() callback originally but it doesn't
guarantee it's called always.
Signed-off-by: Namhyung Kim <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions