diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2014-11-18 18:02:51 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2014-11-19 12:33:48 -0300 |
commit | b2d53671cdb0cf5070d56359821eb812669bb1ad (patch) | |
tree | 5e7cdab823d3a6094b7473a26c26ccf32a2c20ae /tools/perf/util/trace-event-scripting.c | |
parent | e592488c01d51763de847fcecb3d969231a483a9 (diff) |
perf hists: Fix up srcline histogram key formatting
Problem introduced in:
commit 5b5916696051 "perf report: Honor column width setting"
Where the left justification signal was after the width, which ended up,
when the width was, say, 11, always printing:
%11.11-s
Instead of src:line left justified and limited to 11 chars.
Resulting in a like:
70.93% %11.11-s [.] f2 tcall
When it should instead be:
70.93% tcall.c:5 [.] f2 tcall
Cc: Adrian Hunter <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Don Zickus <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions