Home
last modified time | relevance | path

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

/openbmc/linux/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, __entry->to_thread,
H A Dbinder.c208 int to_proc; member
1565 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local
1570 to_proc = t->to_proc ? t->to_proc->pid : 0; in binder_txn_latency_free()
1574 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread); in binder_txn_latency_free()
1579 struct binder_proc *target_proc = t->to_proc; in binder_free_transaction()
2145 struct binder_proc *target_proc = t->to_proc; in binder_translate_binder()
2197 struct binder_proc *target_proc = t->to_proc; in binder_translate_handle()
2271 struct binder_proc *target_proc = t->to_proc; in binder_translate_fd()
2652 struct binder_proc *target_proc = t->to_proc; in binder_fixup_parent()
2702 (TF_ONE_WAY | TF_UPDATE_TXN) || !t1->to_proc || !t2->to_proc) in binder_can_update_transaction()
[all …]
H A Dbinder_internal.h521 struct binder_proc *to_proc; member