Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcgroup.c25 struct cgroup_name { struct
220 struct cgroup_name *cn; in add_cgroup_name()
238 struct cgroup_name *cn; in check_and_add_cgroup_name()
251 struct cgroup_name *cn; in release_cgroup_list()
254 cn = list_first_entry(&cgroup_list, struct cgroup_name, list); in release_cgroup_list()
264 struct cgroup_name *cn; in list_cgroups()
305 struct cgroup_name *cn; in match_cgroups()
313 /* cgroup_name will have a full path, skip the root directory */ in match_cgroups()
348 cn = list_first_entry(&cgroup_list, struct cgroup_name, in match_cgroups()
422 struct cgroup_name *c in evlist__expand_cgroup()
26 listcgroup_name global() argument
27 usedcgroup_name global() argument
28 namecgroup_name global() argument
[all...]
/linux/tools/tracing/rtla/src/
H A Dtimerlat_u.c64 if (params->cgroup_name) { in timerlat_u_main()
65 retval = set_pid_cgroup(gettid(), params->cgroup_name); in timerlat_u_main()
H A Dcommon.c127 common->cgroup_name = parse_optional_arg(argc, argv); in run_tool()
303 retval = set_comm_cgroup(ops->comm_prefix, params->cgroup_name); in hist_main_loop()
348 params->user.cgroup_name = params->cgroup_name; in hist_main_loop()
H A Dtimerlat_u.h15 char *cgroup_name;
14 char *cgroup_name; global() member
H A Dcommon.h92 char *cgroup_name;
91 char *cgroup_name; global() member
H A Dosnoise_top.c258 " [-c cpu-list] [-H cpu-list] [-P priority] [-C [cgroup_name]] [--warm-up s]", in osnoise_top_usage()
271 " -C/--cgroup [cgroup_name]: set cgroup, if no cgroup_name is passed, the rtla's cgroup will be inherited", in osnoise_top_usage()
H A Dosnoise_hist.c412 " [--no-index] [--with-zeros] [-C [cgroup_name]] [--warm-up]", in osnoise_hist_usage()
425 " -C/--cgroup [cgroup_name]: set cgroup, if no cgroup_name is passed, the rtla's cgroup will be inherited", in osnoise_hist_usage()
H A Dtimerlat_top.c470 " [-P priority] [--dma-latency us] [--aa-only us] [-C [cgroup_name]] [-u|-k] [--warm-up s] [--deepest-idle-state n]", in timerlat_print_stats()
483 " -C/--cgroup [cgroup_name]: set cgroup, if no cgroup_name is passed, the rtla's cgroup will be inherited", in timerlat_top_usage()
H A Dtimerlat_hist.c697 " [--no-index] [--with-zeros] [--dma-latency us] [-C [cgroup_name]] [--no-aa] [--dump-task] [-u|-k]", in timerlat_hist_usage()
710 " -C/--cgroup [cgroup_name]: set cgroup, if no cgroup_name is passed, the rtla's cgroup will be inherited", in timerlat_hist_usage()
/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.h680 static inline int cgroup_name(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_name() function
/linux/mm/
H A Dpage_owner.c534 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.txt430 command line can be used: 'perf stat -e cycles -G cgroup_name -a -e cycles'.