tracing: Simplify print_graph_cpu()
authorLai Jiangshan <laijs@cn.fujitsu.com>
Tue, 28 Jul 2009 12:26:06 +0000 (20:26 +0800)
committerFrederic Weisbecker <fweisbec@gmail.com>
Thu, 6 Aug 2009 05:28:04 +0000 (07:28 +0200)
commit0c9e6f639aed490202bbc79214f4495cf4bfde58
tree0df6f05086a033ec49995fe1cd3fde5474446cdb
parent1f9963cbb0280e0cd554161e00f1a0eeddbf1ae1
tracing: Simplify print_graph_cpu()

print_graph_cpu() is little over-designed.

And "log10_all" may be wrong when there are holes in cpu_online_mask:
the max online cpu id > cpumask_weight(cpu_online_mask)

So change it by using a static column length for the cpu matching
nr_cpu_ids number of decimal characters.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
LKML-Reference: <4A6EEE5E.2000001@cn.fujitsu.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
kernel/trace/trace_functions_graph.c