binder: Remove unused binder lock events
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 12 Jun 2025 13:34:08 +0000 (09:34 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jun 2025 16:23:59 +0000 (17:23 +0100)
commit421d3a860d3d795b816d3efbcc3c2001c1ee1325
tree759bd4b816a04b1c1be3e2158f70b89c216a6b0a
parent899385b04bc9d24d47ff5d581ee80f7feb802e38
binder: Remove unused binder lock events

Trace events can take up to 5K each when they are defined, regardless if
they are used or not. The binder lock events: binder_lock, binder_locked
and binder_unlock are no longer used.

Remove them.

Fixes: a60b890f607d ("binder: remove global binder lock")
Signed-off-by: "Steven Rostedt (Google)" <rostedt@goodmis.org>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Acked-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20250612093408.3b7320fa@batman.local.home
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder_trace.h