Home
last modified time | relevance | path

Searched refs:cgroup__new (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dcgroup.c54 static struct cgroup *cgroup__new(const char *name, bool do_open) in cgroup__new() function
87 return cgroup ?: cgroup__new(name, true); in evlist__findnew_cgroup()
248 cgrp = cgroup__new(name, open_cgroup); in evlist__expand_cgroup()
271 /* cgroup__new() has a refcount, release it here */ in evlist__expand_cgroup()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcgroup.c109 static struct cgroup *cgroup__new(const char *name, bool do_open) in cgroup__new() function
142 return cgroup ?: cgroup__new(name, true); in evlist__findnew_cgroup()
460 cgrp = cgroup__new(name, open_cgroup); in evlist__expand_cgroup()
479 /* cgroup__new() has a refcount, release it here */ in evlist__expand_cgroup()

Completed in 2 milliseconds