Lines Matching refs:t
107 TP_PROTO(bool reply, struct binder_transaction *t,
109 TP_ARGS(reply, t, target_node),
120 __entry->debug_id = t->debug_id;
122 __entry->to_proc = t->to_proc->pid;
123 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;
125 __entry->code = t->code;
126 __entry->flags = t->flags;
135 TP_PROTO(struct binder_transaction *t),
136 TP_ARGS(t),
142 __entry->debug_id = t->debug_id;
148 TP_PROTO(struct binder_transaction *t, struct binder_node *node,
150 TP_ARGS(t, node, ref),
160 __entry->debug_id = t->debug_id;
173 TP_PROTO(struct binder_transaction *t, struct binder_ref *ref),
174 TP_ARGS(t, ref),
184 __entry->debug_id = t->debug_id;
197 TP_PROTO(struct binder_transaction *t, struct binder_ref *src_ref,
199 TP_ARGS(t, src_ref, dest_ref),
210 __entry->debug_id = t->debug_id;
224 TP_PROTO(struct binder_transaction *t, int src_fd, int dest_fd),
225 TP_ARGS(t, src_fd, dest_fd),
233 __entry->debug_id = t->debug_id;