]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust_binder: add `transaction_received` tracepoint
authorMohamad Alsadhan <mo@sdhn.cc>
Tue, 17 Mar 2026 14:49:45 +0000 (17:49 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Apr 2026 10:18:22 +0000 (12:18 +0200)
commitcaf3719f335dac62e5626baadb66836907176337
treeb54411921099598910c0188f1e7d4587422595aa
parent2335167a614eceb506453dc27cc99a186b6eca76
rust_binder: add `transaction_received` tracepoint

Add Rust Binder `transaction_received` tracepoint decalaration and
wire in the corresponding trace call when a transaction work item is
accepted for execution.

Signed-off-by: Mohamad Alsadhan <mo@sdhn.cc>
Link: https://patch.msgid.link/20260317-rust-binder-trace-v3-4-6fae4fbcf637@sdhn.cc
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder/rust_binder_events.h
drivers/android/binder/trace.rs
drivers/android/binder/transaction.rs