Searched refs:from_proc (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/android/ |
| D | binder_trace.h | 100 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,
|
| D | binder_internal.h | 126 int from_proc; member
|
| D | binder.c | 1491 int from_proc, from_thread, to_proc, to_thread; in binder_txn_latency_free() local 1494 from_proc = t->from ? t->from->proc->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() 2477 e->from_proc = proc->pid; in binder_transaction() 5866 ((e->call_type == 1) ? "async" : "call "), e->from_proc, in print_binder_transaction_log_entry()
|