Searched refs:from_thread (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),
106 __field(int, from_thread)
115 __entry->from_thread = from_thread;
122 __entry->debug_id, __entry->from_proc, __entry->from_thread,
H A Dbinder.c206 int from_thread; member in struct:binder_transaction_log_entry
1567 int from_proc, from_thread, to_proc, to_thread; local
1571 from_thread = t->from ? t->from->pid : 0;
1576 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread);
2946 e->from_thread = thread->pid;
6449 e->from_thread, e->to_proc, e->to_thread, e->context_name,

Completed in 220 milliseconds