Lines Matching refs:child_relid
33 __field(u32, child_relid)
43 TP_fast_assign(__entry->child_relid = offer->child_relid;
58 __entry->child_relid, __entry->monitorid,
69 TP_STRUCT__entry(__field(u32, child_relid)),
70 TP_fast_assign(__entry->child_relid = offer->child_relid),
71 TP_printk("child_relid 0x%x", __entry->child_relid)
78 __field(u32, child_relid)
82 TP_fast_assign(__entry->child_relid = result->child_relid;
87 __entry->child_relid, __entry->openid, __entry->status
95 __field(u32, child_relid)
99 TP_fast_assign(__entry->child_relid = gpadlcreated->child_relid;
104 __entry->child_relid, __entry->gpadl, __entry->status
139 __field(u32, child_relid)
147 __entry->child_relid = msg->child_relid;
156 __entry->child_relid, __entry->openid,
166 __field(u32, child_relid)
170 __entry->child_relid = msg->child_relid;
173 TP_printk("sending child_relid 0x%x, ret %d", __entry->child_relid,
181 __field(u32, child_relid)
188 __entry->child_relid = msg->child_relid;
196 __entry->child_relid, __entry->gpadl,
223 __field(u32, child_relid)
228 __entry->child_relid = msg->child_relid;
233 __entry->child_relid, __entry->gpadl, __entry->ret
267 __field(u32, child_relid)
271 __entry->child_relid = msg->child_relid;
275 __entry->child_relid, __entry->ret
303 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),