Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder_trace.h79 int from_proc, int from_thread,
81 TP_ARGS(t, from_proc, from_thread, to_proc, to_thread),
84 __field(int, from_proc)
93 __entry->from_proc = from_proc;
101 __entry->debug_id, __entry->from_proc, __entry->from_thread,
H A Dbinder.c210 int from_proc; member
1647 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local
1650 from_proc = t->from ? t->from->proc->pid : 0; in binder_txn_latency_free()
1656 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread); in binder_txn_latency_free()
3093 e->from_proc = proc->pid; in binder_transaction()
6951 ((e->call_type == 1) ? "async" : "call "), e->from_proc, in print_binder_transaction_log_entry()
/linux/drivers/android/binder/
H A Dprocess.rs1694 let (from_proc, mut mask) = thread.poll(file, table); in poll()
1695 if mask == 0 && from_proc && !this.inner.lock().work.is_empty() { in poll()