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)
commit40ce74f19c28077550646c76d96a075bf312e461
treebd58d38b6ac806be6f59276f16d1e0758376fa1d
parent2fbcdb35aca614f9529a0e7d340146cf0b71684f
tracing: remove recording function depth from trace_printk

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>
kernel/trace/trace.c
kernel/trace/trace.h
kernel/trace/trace_event_types.h
kernel/trace/trace_mmiotrace.c
kernel/trace/trace_printk.c