Searched refs:from_proc (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/android/
H A Dbinder_trace.h100 int from_proc, int from_thread,
102 TP_ARGS(t, from_proc, from_thread, to_proc, to_thread),
105 __field(int, from_proc)
114 __entry->from_proc = from_proc;
122 __entry->debug_id, __entry->from_proc, __entry->from_thread,
H A Dbinder.c205 int from_proc; member in struct:binder_transaction_log_entry
1567 int from_proc, from_thread, to_proc, to_thread; local
1570 from_proc = t->from ? t->from->proc->pid : 0;
1576 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread);
2947 e->from_proc = proc->pid;
6450 ((e->call_type == 1) ? "async" : "call "), e->from_proc,

Completed in 218 milliseconds