tracing: remove recording function depth from trace_printk
authorSteven Rostedt <srostedt@redhat.com>
Thu, 19 Mar 2009 18:03:53 +0000 (14:03 -0400)
committerSteven Rostedt <srostedt@redhat.com>
Thu, 19 Mar 2009 19:58:47 +0000 (15:58 -0400)
The function depth in trace_printk was to facilitate the function
graph output. Now that the function graph calculates the depth within
the trace output, we no longer need to record the depth when the
trace_printk is called.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>

No differences found