Home
last modified time | relevance | path

Searched refs:t_debug_id (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/android/binder/
H A Dtrace.rs21 unsafe fn binder_transaction_fd_send(t_debug_id: c_int, fd: c_int, offset: usize);
22 unsafe fn binder_transaction_fd_recv(t_debug_id: c_int, fd: c_int, offset: usize);
86 pub(crate) fn trace_transaction_fd_send(t_debug_id: usize, fd: u32, offset: usize) { in trace_transaction_fd_send()
88 unsafe { binder_transaction_fd_send(t_debug_id as c_int, fd as c_int, offset) } in trace_transaction_fd_send()
91 pub(crate) fn trace_transaction_fd_recv(t_debug_id: usize, fd: u32, offset: usize) { in trace_transaction_fd_recv()
93 unsafe { binder_transaction_fd_recv(t_debug_id as c_int, fd as c_int, offset) } in trace_transaction_fd_recv()
H A Drust_binder_events.h115 TP_PROTO(int t_debug_id, int fd, size_t offset),
116 TP_ARGS(t_debug_id, fd, offset),
123 __entry->debug_id = t_debug_id;
132 TP_PROTO(int t_debug_id, int fd, size_t offset),
133 TP_ARGS(t_debug_id, fd, offset),
140 __entry->debug_id = t_debug_id;
/linux/drivers/android/
H A Dbinder.c3080 int t_debug_id = atomic_inc_return(&binder_last_id); in binder_transaction() local
3091 e->debug_id = t_debug_id; in binder_transaction()
3101 binder_set_extended_error(&thread->ee, t_debug_id, BR_OK, 0); in binder_transaction()
3116 t->debug_id = t_debug_id; in binder_transaction()
3823 WRITE_ONCE(e->debug_id_done, t_debug_id); in binder_transaction()
3878 t_debug_id, return_error, return_error_param, in binder_transaction()
3900 WRITE_ONCE(e->debug_id_done, t_debug_id); in binder_transaction()
3901 WRITE_ONCE(fe->debug_id_done, t_debug_id); in binder_transaction()
3906 binder_set_txn_from_error(in_reply_to, t_debug_id, in binder_transaction()
3913 binder_set_extended_error(&thread->ee, t_debug_id, in binder_transaction()