]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
function-graph: calculate function depth within function graph tracer
authorSteven Rostedt <srostedt@redhat.com>
Thu, 19 Mar 2009 17:24:42 +0000 (13:24 -0400)
committerSteven Rostedt <srostedt@redhat.com>
Thu, 19 Mar 2009 19:58:38 +0000 (15:58 -0400)
commit2fbcdb35aca614f9529a0e7d340146cf0b71684f
tree02b717134d9d82b1f9a7cebd4e3daccde542cf5c
parent5ef841f6f32dce0b752a4fa0622781ee67a0e874
function-graph: calculate function depth within function graph tracer

Currently, the function graph tracer depends on the trace_printk
to record the depth. All the information is already there in the trace
to calculate function depth, with the exception of having the printk
be the first item. But as soon as a entry or exit is reached, then
we know the depth.

This patch changes the iter->private data from recording a per cpu
last_pid, to a structure that holds both the last_pid and the current
depth. This data is used to determine the function depth for the
printks.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
kernel/trace/trace_functions_graph.c