Home
last modified time | relevance | path

Searched refs:__cgroup__findnew (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/perf/util/
Dcgroup.c499 static struct cgroup *__cgroup__findnew(struct rb_root *root, uint64_t id, in __cgroup__findnew() function
548 cgrp = __cgroup__findnew(&env->cgroups.tree, id, true, path); in cgroup__findnew()
558 cgrp = __cgroup__findnew(&env->cgroups.tree, id, false, NULL); in cgroup__find()