Searched refs:cgroup_name (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | cgroup.c | 24 struct cgroup_name { struct 211 struct cgroup_name *cn; in add_cgroup_name() 229 struct cgroup_name *cn; in check_and_add_cgroup_name() 242 struct cgroup_name *cn; in release_cgroup_list() 245 cn = list_first_entry(&cgroup_list, struct cgroup_name, list); in release_cgroup_list() 255 struct cgroup_name *cn; in list_cgroups() 296 struct cgroup_name *cn; in match_cgroups() 339 cn = list_first_entry(&cgroup_list, struct cgroup_name, in match_cgroups() 415 struct cgroup_name *cn; in evlist__expand_cgroup()
|
/linux-6.1.9/kernel/cgroup/ |
D | debug.c | 103 cgroup_name(c, name_buf, NAME_MAX + 1); in current_css_set_cg_links_read()
|
/linux-6.1.9/include/linux/ |
D | cgroup.h | 667 static inline int cgroup_name(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_name() function
|
/linux-6.1.9/mm/ |
D | page_owner.c | 382 cgroup_name(memcg->css.cgroup, name, sizeof(name)); in print_page_owner_memcg()
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-stat.txt | 203 command line can be used: 'perf stat -e cycles -G cgroup_name -a -e cycles'.
|
D | perf-record.txt | 372 command line can be used: 'perf stat -e cycles -G cgroup_name -a -e cycles'.
|