Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dcgroup.c24 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/
Ddebug.c103 cgroup_name(c, name_buf, NAME_MAX + 1); in current_css_set_cg_links_read()
/linux-6.1.9/include/linux/
Dcgroup.h667 static inline int cgroup_name(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_name() function
/linux-6.1.9/mm/
Dpage_owner.c382 cgroup_name(memcg->css.cgroup, name, sizeof(name)); in print_page_owner_memcg()
/linux-6.1.9/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'.