commit | a6168353d1c0b24b7512e14d1c3e47ed69881a23 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Wed Aug 20 16:36:11 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:36:34 2008 +0200 |
tree | f019f0304ed7465b5dbe25374a62fa704196749a | |
parent | 2ff01c6a17391225a18256d510b6e5b4aba40aa1 [diff] |
ftrace: make output nicely spaced for up to 999 cpus Currently some of the ftrace output goes skewiff if you have more than 9 cpus, and some if you have more than 99. Twiddle with the headers and format strings to make up to 999 cpus display without causing spacing problems. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Acked-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>