Home
last modified time | relevance | path

Searched refs:from_pid (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/android/
H A Dbinder_trace.h414 __field(int, from_pid)
426 __entry->from_pid = t->from_pid;
436 __entry->from_pid, __entry->from_tid,
H A Dbinder_internal.h534 pid_t from_pid; member
H A Dbinder.c3024 nla_put_u32(skb, BINDER_A_REPORT_FROM_PID, t->from_pid) || in binder_netlink_report()
3118 t->from_pid = proc->pid; in binder_transaction()
6403 t->from_pid, in print_binder_transaction_ilocked()
/linux/drivers/android/binder/
H A Dprocess.rs1007 from_pid: i32, in buffer_alloc()
1015 pid: from_pid, in buffer_alloc()