commit | e6e1e2593592a8f6f6380496655d8c6f67431266 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Mar 09 10:41:56 2011 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Mar 10 10:31:48 2011 -0500 |
tree | 00ef843b23fac5ab6be92725ce5b01487f555997 | |
parent | de29be5e712dc8b7eef2bef9417af3bb6a88e47a [diff] |
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>