Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dcgroup.c24 struct cgroup_name { struct
211 struct cgroup_name *cn; in add_cgroup_name()
229 struct cgroup_name *cn; in release_cgroup_list()
232 cn = list_first_entry(&cgroup_list, struct cgroup_name, list); in release_cgroup_list()
242 struct cgroup_name *cn; in list_cgroups()
283 struct cgroup_name *cn; in match_cgroups()
326 cn = list_first_entry(&cgroup_list, struct cgroup_name, in match_cgroups()
402 struct cgroup_name *cn; in evlist__expand_cgroup()
/Linux-v6.1/kernel/cgroup/
Ddebug.c103 cgroup_name(c, name_buf, NAME_MAX + 1); in current_css_set_cg_links_read()
/Linux-v6.1/include/linux/
Dcgroup.h667 static inline int cgroup_name(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_name() function
/Linux-v6.1/mm/
Dpage_owner.c382 cgroup_name(memcg->css.cgroup, name, sizeof(name)); in print_page_owner_memcg()
/Linux-v6.1/tools/perf/Documentation/
Dperf-stat.txt203 command line can be used: 'perf stat -e cycles -G cgroup_name -a -e cycles'.
Dperf-record.txt372 command line can be used: 'perf stat -e cycles -G cgroup_name -a -e cycles'.