Searched refs:to_proc (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/android/
H A Dbinder_trace.h101 int to_proc, int to_thread),
102 TP_ARGS(t, from_proc, from_thread, to_proc, to_thread),
107 __field(int, to_proc)
116 __entry->to_proc = to_proc;
123 __entry->to_proc, __entry->to_thread, __entry->code,
134 __field(int, to_proc)
143 __entry->to_proc = t->to_proc->pid;
151 __entry->to_proc, __entr
[all...]
H A Dbinder.c208 int to_proc; member in struct:binder_transaction_log_entry
1567 int from_proc, from_thread, to_proc, to_thread; local
1572 to_proc = t->to_proc ? t->to_proc->pid : 0;
1576 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread);
1581 struct binder_proc *target_proc = t->to_proc;
2146 struct binder_proc *target_proc = t->to_proc;
2198 struct binder_proc *target_proc = t->to_proc;
2272 struct binder_proc *target_proc = t->to_proc;
5963 struct binder_proc *to_proc; local
[all...]
H A Dbinder_internal.h521 struct binder_proc *to_proc; member in struct:binder_transaction
537 * @lock: protects @from, @to_proc, and @to_thread
539 * @from, @to_proc, and @to_thread can be set to NULL

Completed in 234 milliseconds