Lines Matching refs:child
36 TP_PROTO(struct tmigr_group *child),
38 TP_ARGS(child),
41 __field( void *, child )
50 __entry->child = child;
51 __entry->parent = child->parent;
52 __entry->lvl = child->parent->level;
53 __entry->numa_node = child->parent->numa_node;
54 __entry->num_children = child->parent->num_children;
55 __entry->groupmask = child->groupmask;
59 __entry->child, __entry->groupmask, __entry->parent,
237 TP_PROTO(struct tmigr_group *child, struct tmigr_group *group,
241 TP_ARGS(child, group, childstate, groupstate, nextevt),
244 __field( void *, child )
256 __entry->child = child;
260 __entry->child_evt_expiry = child ? child->groupevt.nextevt.expires : 0;
262 __entry->child_evtcpu = child ? child->groupevt.cpu : 0;
269 __entry->child, __entry->group, __entry->group_lvl, __entry->child_active,