Searched refs:cgroup_list (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/util/ |
A D | cgroup.c | 29 static LIST_HEAD(cgroup_list); 223 list_add_tail(&cn->list, &cgroup_list); in add_cgroup_name() 231 while (!list_empty(&cgroup_list)) { in release_cgroup_list() 232 cn = list_first_entry(&cgroup_list, struct cgroup_name, list); in release_cgroup_list() 272 list_for_each_entry(cn, &cgroup_list, list) in list_cgroups() 314 list_for_each_entry(cn, &cgroup_list, list) { in match_cgroups() 326 cn = list_first_entry(&cgroup_list, struct cgroup_name, in match_cgroups() 437 list_for_each_entry(cn, &cgroup_list, list) { in evlist__expand_cgroup()
|
A D | stat.h | 160 const char *cgroup_list; member
|
/linux/tools/perf/ |
A D | builtin-stat.c | 1163 if (stat_config.cgroup_list) { in parse_stat_cgroups() 1223 OPT_STRING(0, "for-each-cgroup", &stat_config.cgroup_list, "name", 2396 (nr_cgroups || stat_config.cgroup_list)) && in cmd_stat() 2424 if (stat_config.cgroup_list) { in cmd_stat() 2432 if (evlist__expand_cgroup(evsel_list, stat_config.cgroup_list, in cmd_stat()
|
Completed in 12 milliseconds