Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcgroup.c24 struct cgroup_name { struct
219 struct cgroup_name *cn; in add_cgroup_name()
237 struct cgroup_name *cn; in check_and_add_cgroup_name()
250 struct cgroup_name *cn; in release_cgroup_list()
253 cn = list_first_entry(&cgroup_list, struct cgroup_name, list); in release_cgroup_list()
263 struct cgroup_name *cn; in list_cgroups()
304 struct cgroup_name *cn; in match_cgroups()
347 cn = list_first_entry(&cgroup_list, struct cgroup_name, in match_cgroups()
422 struct cgroup_name *cn; in evlist__expand_cgroup()
602 struct cgroup_name *cn; in read_all_cgroups()
/linux/tools/tracing/rtla/src/
H A Dtimerlat_u.c66 if (params->cgroup_name) { in timerlat_u_main()
67 retval = set_pid_cgroup(gettid(), params->cgroup_name); in timerlat_u_main()
H A Dcommon.c146 retval = set_comm_cgroup(ops->comm_prefix, params->cgroup_name); in run_tool()
191 params->user.cgroup_name = params->cgroup_name; in run_tool()
H A Dtimerlat_u.h14 char *cgroup_name; member
H A Dcommon.h91 char *cgroup_name; member
H A Dosnoise_top.c413 params->common.cgroup_name = NULL; in osnoise_top_parse_args()
416 params->common.cgroup_name = ++optarg; in osnoise_top_parse_args()
H A Dosnoise_hist.c579 params->common.cgroup_name = NULL; in osnoise_hist_parse_args()
582 params->common.cgroup_name = ++optarg; in osnoise_hist_parse_args()
H A Dtimerlat_top.c658 params->common.cgroup_name = NULL; in timerlat_top_parse_args()
661 params->common.cgroup_name = ++optarg; in timerlat_top_parse_args()
H A Dtimerlat_hist.c894 params->common.cgroup_name = NULL; in timerlat_hist_parse_args()
897 params->common.cgroup_name = ++optarg; in timerlat_hist_parse_args()
/linux/tools/mm/
H A Dshow_page_info.py13 from drgn.helpers.linux.cgroup import cgroup_name, cgroup_path
71 return cgroup_name(cgrp).decode(), f"/sys/fs/cgroup/memory{cgroup_path(cgrp).decode()}"
/linux/kernel/cgroup/
H A Ddebug.c100 cgroup_name(c, name_buf, NAME_MAX + 1); in current_css_set_cg_links_read()
/linux/include/linux/
H A Dcgroup.h617 static inline int cgroup_name(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_name() function
/linux/mm/
H A Dpage_owner.c525 cgroup_name(memcg->css.cgroup, name, sizeof(name)); in print_page_owner_memcg()
/linux/tools/perf/Documentation/
H A Dperf-stat.txt203 command line can be used: 'perf stat -e cycles -G cgroup_name -a -e cycles'.
H A Dperf-record.txt425 command line can be used: 'perf stat -e cycles -G cgroup_name -a -e cycles'.