Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dcgroup.c208 static int add_cgroup_name(const char *fpath, const struct stat *sb __maybe_unused, in add_cgroup_name() function
237 return add_cgroup_name(fpath, NULL, FTW_D, NULL); in check_and_add_cgroup_name()
308 if (nftw(mnt, add_cgroup_name, 20, 0) < 0) in match_cgroups()