Lines Matching full:path
56 TP_PROTO(struct cgroup *cgrp, const char *path),
58 TP_ARGS(cgrp, path),
64 __string( path, path )
71 __assign_str(path, path);
74 TP_printk("root=%d id=%llu level=%d path=%s",
75 __entry->root, __entry->id, __entry->level, __get_str(path))
80 TP_PROTO(struct cgroup *cgrp, const char *path),
82 TP_ARGS(cgrp, path)
87 TP_PROTO(struct cgroup *cgrp, const char *path),
89 TP_ARGS(cgrp, path)
94 TP_PROTO(struct cgroup *cgrp, const char *path),
96 TP_ARGS(cgrp, path)
101 TP_PROTO(struct cgroup *cgrp, const char *path),
103 TP_ARGS(cgrp, path)
108 TP_PROTO(struct cgroup *cgrp, const char *path),
110 TP_ARGS(cgrp, path)
115 TP_PROTO(struct cgroup *cgrp, const char *path),
117 TP_ARGS(cgrp, path)
122 TP_PROTO(struct cgroup *dst_cgrp, const char *path,
125 TP_ARGS(dst_cgrp, path, task, threadgroup),
132 __string( dst_path, path )
140 __assign_str(dst_path, path);
152 TP_PROTO(struct cgroup *dst_cgrp, const char *path,
155 TP_ARGS(dst_cgrp, path, task, threadgroup)
160 TP_PROTO(struct cgroup *dst_cgrp, const char *path,
163 TP_ARGS(dst_cgrp, path, task, threadgroup)
168 TP_PROTO(struct cgroup *cgrp, const char *path, int val),
170 TP_ARGS(cgrp, path, val),
176 __string( path, path )
184 __assign_str(path, path);
188 TP_printk("root=%d id=%llu level=%d path=%s val=%d",
189 __entry->root, __entry->id, __entry->level, __get_str(path),
195 TP_PROTO(struct cgroup *cgrp, const char *path, int val),
197 TP_ARGS(cgrp, path, val)
202 TP_PROTO(struct cgroup *cgrp, const char *path, int val),
204 TP_ARGS(cgrp, path, val)