Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/android/
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,
Dbinder_internal.h127 int from_thread; member
Dbinder.c1491 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local
1495 from_thread = t->from ? t->from->pid : 0; in binder_txn_latency_free()
1500 trace_binder_txn_latency_free(t, from_proc, from_thread, to_proc, to_thread); in binder_txn_latency_free()
2478 e->from_thread = thread->pid; in binder_transaction()
5867 e->from_thread, e->to_proc, e->to_thread, e->context_name, in print_binder_transaction_log_entry()