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

Add the Rust Binder `wait_for_work` tracepoint declaration and wire
it into the thread read path before selecting the work source.

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