| /linux/tools/perf/util/ |
| H A D | cgroup.c | 25 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 D | timerlat_u.c | 64 if (params->cgroup_name) { in timerlat_u_main() 65 retval = set_pid_cgroup(gettid(), params->cgroup_name); in timerlat_u_main()
|
| H A D | common.c | 127 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 D | timerlat_u.h | 15 char *cgroup_name; 14 char *cgroup_name; global() member
|
| H A D | common.h | 92 char *cgroup_name; 91 char *cgroup_name; global() member
|
| H A D | osnoise_top.c | 258 " [-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 D | osnoise_hist.c | 412 " [--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 D | timerlat_top.c | 470 " [-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 D | timerlat_hist.c | 697 " [--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 D | debug.c | 100 cgroup_name(c, name_buf, NAME_MAX + 1); in current_css_set_cg_links_read()
|
| /linux/include/linux/ |
| H A D | cgroup.h | 680 static inline int cgroup_name(struct cgroup *cgrp, char *buf, size_t buflen) in cgroup_name() function
|
| /linux/mm/ |
| H A D | page_owner.c | 534 cgroup_name(memcg->css.cgroup, name, sizeof(name)); in print_page_owner_memcg()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-stat.txt | 203 command line can be used: 'perf stat -e cycles -G cgroup_name -a -e cycles'.
|
| H A D | perf-record.txt | 430 command line can be used: 'perf stat -e cycles -G cgroup_name -a -e cycles'.
|