tracing: Remove lock_depth from event entry
authorSteven Rostedt <srostedt@redhat.com>
Wed, 9 Mar 2011 15:41:56 +0000 (10:41 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 10 Mar 2011 15:31:48 +0000 (10:31 -0500)
commite6e1e2593592a8f6f6380496655d8c6f67431266
tree00ef843b23fac5ab6be92725ce5b01487f555997
parentde29be5e712dc8b7eef2bef9417af3bb6a88e47a
tracing: Remove lock_depth from event entry

The lock_depth field in the event headers was added as a temporary
data point for help in removing the BKL. Now that the BKL is pretty
much been removed, we can remove this field.

This in turn changes the header from 12 bytes to 8 bytes,
removing the 4 byte buffer that gcc would insert if the first field
in the data load was 8 bytes in size.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/ftrace_event.h
kernel/trace/trace.c
kernel/trace/trace_events.c
kernel/trace/trace_output.c