/kernel/linux/linux-5.10/tools/perf/util/ |
D | cgroup.h | 11 struct cgroup { struct 21 struct cgroup *cgroup__get(struct cgroup *cgroup); argument
|
D | cgroup.c | 56 struct cgroup *cgroup = zalloc(sizeof(*cgroup)); in cgroup__new() local 85 struct cgroup *cgroup = evlist__find_cgroup(evlist, name); in evlist__findnew_cgroup() local 116 static void cgroup__delete(struct cgroup *cgroup) in cgroup__delete() 131 struct cgroup *cgroup__get(struct cgroup *cgroup) in cgroup__get() 138 static void evsel__set_default_cgroup(struct evsel *evsel, struct cgroup *cgroup) in evsel__set_default_cgroup() 144 void evlist__set_default_cgroup(struct evlist *evlist, struct cgroup *cgroup) in evlist__set_default_cgroup()
|
D | tool.h | 49 cgroup, member
|
D | evsel.h | 146 bool cgroup; member
|
D | sort.h | 104 u64 cgroup; member
|
D | event.h | 138 u64 cgroup; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 78 char *cg_control(const char *cgroup, const char *control) in cg_control() 88 int cg_read(const char *cgroup, const char *control, char *buf, size_t len) in cg_read() 100 int cg_read_strcmp(const char *cgroup, const char *control, in cg_read_strcmp() 127 int cg_read_strstr(const char *cgroup, const char *control, const char *needle) in cg_read_strstr() 137 long cg_read_long(const char *cgroup, const char *control) in cg_read_long() 147 long cg_read_key_long(const char *cgroup, const char *control, const char *key) in cg_read_key_long() 162 long cg_read_lc(const char *cgroup, const char *control) in cg_read_lc() 178 int cg_write(const char *cgroup, const char *control, char *buf) in cg_write() 220 int cg_create(const char *cgroup) in cg_create() 225 int cg_wait_for_proc_count(const char *cgroup, int count) in cg_wait_for_proc_count() [all …]
|
D | test_freezer.c | 29 static int cg_check_frozen(const char *cgroup, bool frozen) in cg_check_frozen() 52 static int cg_freeze_nowait(const char *cgroup, bool freeze) in cg_freeze_nowait() 60 static int cg_prepare_for_wait(const char *cgroup) in cg_prepare_for_wait() 116 static int cg_enter_and_wait_for_frozen(const char *cgroup, int pid, in cg_enter_and_wait_for_frozen() 150 static int cg_freeze_wait(const char *cgroup, bool freeze) in cg_freeze_wait() 178 static int child_fn(const char *cgroup, void *arg) in child_fn() 196 char *cgroup = NULL; in test_cgfreezer_simple() local 247 char *cgroup[10] = {0}; in test_cgfreezer_tree() local 397 static int forkbomb_fn(const char *cgroup, void *arg) in forkbomb_fn() 420 char *cgroup = NULL; in test_cgfreezer_forkbomb() local [all …]
|
D | test_memcontrol.c | 89 static int alloc_anon_50M_check(const char *cgroup, void *arg) in alloc_anon_50M_check() 120 static int alloc_pagecache_50M_check(const char *cgroup, void *arg) in alloc_pagecache_50M_check() 189 static int alloc_pagecache_50M(const char *cgroup, void *arg) in alloc_pagecache_50M() 196 static int alloc_pagecache_50M_noexit(const char *cgroup, void *arg) in alloc_pagecache_50M_noexit() 210 static int alloc_anon_noexit(const char *cgroup, void *arg) in alloc_anon_noexit() 227 static int cg_test_proc_killed(const char *cgroup) in cg_test_proc_killed() 556 static int alloc_pagecache_max_30M(const char *cgroup, void *arg) in alloc_pagecache_max_30M() 682 static int alloc_anon_50M_check_swap(const char *cgroup, void *arg) in alloc_anon_50M_check_swap() 821 static int tcp_server(const char *cgroup, void *arg) in tcp_server() 878 static int tcp_client(const char *cgroup, unsigned short port) in tcp_client()
|
D | test_kmem.c | 30 static int alloc_dcache(const char *cgroup, void *arg) in alloc_dcache() 96 static int alloc_kmem_smp(const char *cgroup, void *arg) in alloc_kmem_smp() 126 int (*fn)(const char *cgroup, void *arg), in cg_run_in_subcgroups() 242 static int spawn_1000_threads(const char *cgroup, void *arg) in spawn_1000_threads()
|
D | test_core.c | 45 static int alloc_and_touch_anon_noexit(const char *cgroup, void *arg) in alloc_and_touch_anon_noexit()
|
/kernel/linux/linux-5.10/include/linux/ |
D | cgroup-defs.h | 140 struct cgroup *cgroup; member 356 struct cgroup { struct 358 struct cgroup_subsys_state self; argument 363 * The depth this cgroup is at. The root is at depth zero and each argument 389 * Each non-empty css_set associated with this cgroup contributes argument 403 int nr_threaded_children; /* # of live threaded child cgroups */ argument 405 struct kernfs_node *kn; /* cgroup kernfs entry */ argument 406 struct cgroup_file procs_file; /* handle for "cgroup.procs" */ argument 407 struct cgroup_file events_file; /* handle for "cgroup.events" */ argument 422 struct cgroup_subsys_state __rcu *subsys[CGROUP_SUBSYS_COUNT]; argument [all …]
|
D | bpf-cgroup.h | 55 struct cgroup *cgroup; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/clone3/ |
D | clone3_selftests.h | 43 __aligned_u64 cgroup; member
|
/kernel/linux/linux-5.10/include/linux/sched/ |
D | task.h | 33 int cgroup; member
|
/kernel/linux/linux-5.10/tools/vm/ |
D | page-types.c | 374 uint64_t cgroup, uint64_t mapcnt) in show_page_range() 416 uint64_t flags, uint64_t cgroup, uint64_t mapcnt) in show_page() 634 uint64_t flags, uint64_t cgroup, uint64_t mapcnt, in add_page() 974 uint64_t cgroup = 0; in walk_file() local
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | psi.c | 752 struct cgroup *cgroup = NULL; in iterate_groups() local 935 int psi_cgroup_alloc(struct cgroup *cgroup) in psi_cgroup_alloc() 947 void psi_cgroup_free(struct cgroup *cgroup) in psi_cgroup_free()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | sched.h | 103 __aligned_u64 cgroup; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | sched.h | 103 __aligned_u64 cgroup; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | sched.h | 62 __aligned_u64 cgroup; member
|
/kernel/linux/linux-5.10/tools/ |
D | Makefile | 67 cgroup firewire hv guest bootconfig spi usb virtio vm bpf iio gpio objtool leds wmi pci firmware de… target
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
D | cma_configfs.c | 328 static void drop_cma_dev(struct config_group *cgroup, struct config_item *item) in drop_cma_dev()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | local_storage.c | 580 struct cgroup *cgroup, in bpf_cgroup_storage_link()
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
D | cgroup.c | 3542 struct cgroup *cgroup = seq_css(seq)->cgroup; in cgroup_stat_show() local 5355 struct cgroup *cgroup; in cgroup_check_hierarchy_limits() local 6477 struct cgroup *cgroup; in cgroup_sk_alloc() local
|
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
D | event.h | 386 struct perf_record_cgroup cgroup; member
|