]> git.ipfire.org Git - thirdparty/linux.git/commit
rust_binder: add fd translation tracepoints
authorMohamad Alsadhan <mo@sdhn.cc>
Tue, 17 Mar 2026 14:49:46 +0000 (17:49 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Apr 2026 10:18:22 +0000 (12:18 +0200)
commit25917c05ab477bf60f8cf09acb1e9e89de3df61f
tree58136fc92814c00b2ba67df74381afc06ea3c28a
parentcaf3719f335dac62e5626baadb66836907176337
rust_binder: add fd translation tracepoints

Add Rust Binder tracepoint declarations for both `transaction_fd_send`
and `transaction_fd_recv`. Also, wire in the corresponding trace calls
where fd objects are serialised/deserialised.

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