ftrace: make output nicely spaced for up to 999 cpus
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 20 Aug 2008 23:36:11 +0000 (16:36 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:36:34 +0000 (10:36 +0200)
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>

No differences found