Lines Matching refs:t
99 TP_PROTO(struct binder_transaction *t,
102 TP_ARGS(t, from_proc, from_thread, to_proc, to_thread),
113 __entry->debug_id = t->debug_id;
118 __entry->code = t->code;
119 __entry->flags = t->flags;
128 TP_PROTO(bool reply, struct binder_transaction *t,
130 TP_ARGS(reply, t, target_node),
141 __entry->debug_id = t->debug_id;
143 __entry->to_proc = t->to_proc->pid;
144 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0;
146 __entry->code = t->code;
147 __entry->flags = t->flags;
156 TP_PROTO(struct binder_transaction *t),
157 TP_ARGS(t),
163 __entry->debug_id = t->debug_id;
169 TP_PROTO(struct binder_transaction *t, struct binder_node *node,
171 TP_ARGS(t, node, rdata),
181 __entry->debug_id = t->debug_id;
194 TP_PROTO(struct binder_transaction *t, struct binder_node *node,
196 TP_ARGS(t, node, rdata),
206 __entry->debug_id = t->debug_id;
219 TP_PROTO(struct binder_transaction *t, struct binder_node *node,
222 TP_ARGS(t, node, src_ref, dest_ref),
233 __entry->debug_id = t->debug_id;
247 TP_PROTO(struct binder_transaction *t, int fd, size_t offset),
248 TP_ARGS(t, fd, offset),
256 __entry->debug_id = t->debug_id;
265 TP_PROTO(struct binder_transaction *t, int fd, size_t offset),
266 TP_ARGS(t, fd, offset),
274 __entry->debug_id = t->debug_id;