Lines Matching refs:child_relid
33 __field(u32, child_relid)
43 TP_fast_assign(__entry->child_relid = offer->child_relid;
56 __entry->child_relid, __entry->monitorid,
67 TP_STRUCT__entry(__field(u32, child_relid)),
68 TP_fast_assign(__entry->child_relid = offer->child_relid),
69 TP_printk("child_relid 0x%x", __entry->child_relid)
76 __field(u32, child_relid)
80 TP_fast_assign(__entry->child_relid = result->child_relid;
85 __entry->child_relid, __entry->openid, __entry->status
93 __field(u32, child_relid)
97 TP_fast_assign(__entry->child_relid = gpadlcreated->child_relid;
102 __entry->child_relid, __entry->gpadl, __entry->status
137 __field(u32, child_relid)
145 __entry->child_relid = msg->child_relid;
154 __entry->child_relid, __entry->openid,
164 __field(u32, child_relid)
168 __entry->child_relid = msg->child_relid;
171 TP_printk("sending child_relid 0x%x, ret %d", __entry->child_relid,
179 __field(u32, child_relid)
186 __entry->child_relid = msg->child_relid;
194 __entry->child_relid, __entry->gpadl,
221 __field(u32, child_relid)
226 __entry->child_relid = msg->child_relid;
231 __entry->child_relid, __entry->gpadl, __entry->ret
265 __field(u32, child_relid)
269 __entry->child_relid = msg->child_relid;
273 __entry->child_relid, __entry->ret
302 __field(u32, child_relid)
307 __entry->child_relid = msg->child_relid;
312 __entry->child_relid, __entry->target_vp, __entry->ret
320 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),