Skip to content
  • Steven Rostedt's avatar
    tracing: Remove lock_depth from event entry · e6e1e259
    Steven Rostedt authored
    
    
    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: default avatarSteven Rostedt <rostedt@goodmis.org>
    e6e1e259