Skip to content
Commit a3a4a5ac authored by Arjan van de Ven's avatar Arjan van de Ven Committed by Linus Torvalds
Browse files

Regression: partial revert "tracing: Remove lock_depth from event entry"

This partially reverts commit e6e1e259

.

That commit changed the structure layout of the trace structure, which
in turn broke PowerTOP (1.9x generation) quite badly.

I appreciate not wanting to expose the variable in question, and
PowerTOP was not using it, so I've replaced the variable with just a
padding field - that way if in the future a new field is needed it can
just use this padding field.

Signed-off-by: default avatarArjan van de Ven <arjan@linux.intel.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e5e06985
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment