Lines Matching refs:root
13 TP_PROTO(struct cgroup_root *root),
15 TP_ARGS(root),
18 __field( int, root )
20 __string( name, root->name )
24 __entry->root = root->hierarchy_id;
25 __entry->ss_mask = root->subsys_mask;
26 __assign_str(name, root->name);
30 __entry->root, __entry->ss_mask, __get_str(name))
35 TP_PROTO(struct cgroup_root *root),
37 TP_ARGS(root)
42 TP_PROTO(struct cgroup_root *root),
44 TP_ARGS(root)
49 TP_PROTO(struct cgroup_root *root),
51 TP_ARGS(root)
61 __field( int, root )
68 __entry->root = cgrp->root->hierarchy_id;
75 __entry->root, __entry->id, __entry->level, __get_str(path))
137 __entry->dst_root = dst_cgrp->root->hierarchy_id;
173 __field( int, root )
181 __entry->root = cgrp->root->hierarchy_id;
189 __entry->root, __entry->id, __entry->level, __get_str(path),