Searched refs:transaction_stack (Results 1 – 2 of 2) sorted by relevance
80 TP_PROTO(bool proc_work, bool transaction_stack, bool thread_todo),81 TP_ARGS(proc_work, transaction_stack, thread_todo),85 __field(bool, transaction_stack)90 __entry->transaction_stack = transaction_stack;94 __entry->proc_work, __entry->transaction_stack,
503 struct binder_transaction *transaction_stack; member