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
110 __field(u32, child_relid)
113 TP_fast_assign(__entry->child_relid = response->child_relid;
117 __entry->child_relid, __entry->status
152 __field(u32, child_relid)
160 __entry->child_relid = msg->child_relid;
169 __entry->child_relid, __entry->openid,
179 __field(u32, child_relid)
183 __entry->child_relid = msg->child_relid;
186 TP_printk("sending child_relid 0x%x, ret %d", __entry->child_relid,
194 __field(u32, child_relid)
201 __entry->child_relid = msg->child_relid;
209 __entry->child_relid, __entry->gpadl,
236 __field(u32, child_relid)
241 __entry->child_relid = msg->child_relid;
246 __entry->child_relid, __entry->gpadl, __entry->ret
280 __field(u32, child_relid)
284 __entry->child_relid = msg->child_relid;
288 __entry->child_relid, __entry->ret
317 __field(u32, child_relid)
322 __entry->child_relid = msg->child_relid;
327 __entry->child_relid, __entry->target_vp, __entry->ret
335 TP_fast_assign(__entry->relid = channel->offermsg.child_relid),