diff options
author | Jiri Olsa <[email protected]> | 2016-06-20 23:58:19 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2016-06-22 09:56:35 -0300 |
commit | 89c7cb2cad5e5e3675df3ba1c12fe2f64dc691d6 (patch) | |
tree | 4fdff0f28232bf4ff7054c60658a0bff9956190f /lib/cpu-notifier-error-inject.c | |
parent | fcd864265028b65bf154f35fe5a17591ffd49cb9 (diff) |
perf hists: Enlarge pid sort entry size
The pid sort entry currently aligns pids with 5 digits, which is not
enough for current 4 million pids limit.
This leads to unaligned ':' header-data output when we display 7 digits
pid:
# Children Self Symbol Pid:Command
# ........ ........ ...................... .....................
#
0.12% 0.12% [.] 0x0000000000147e0f 2052894:krava
...
Adding 2 more digit to properly align the pid limit:
# Children Self Symbol Pid:Command
# ........ ........ ...................... .......................
#
0.12% 0.12% [.] 0x0000000000147e0f 2052894:krava
Signed-off-by: Jiri Olsa <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Namhyung Kim <[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 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions