Searched refs:__cgroup__findnew (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | cgroup.c | 515 static struct cgroup *__cgroup__findnew(struct rb_root *root, uint64_t id, in __cgroup__findnew() function 564 cgrp = __cgroup__findnew(&env->cgroups.tree, id, true, path); in cgroup__findnew() 571 return __cgroup__findnew(root, id, /*create=*/false, /*path=*/NULL); in __cgroup__find() 579 cgrp = __cgroup__findnew(&env->cgroups.tree, id, false, NULL); in cgroup__find() 626 __cgroup__findnew(root, cgrp_id, /*create=*/true, name); in read_all_cgroups()
|