/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | sched.h | 62 __aligned_u64 cgroup; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | sched.h | 62 __aligned_u64 cgroup; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
H A D | test_core.c | 48 static int alloc_and_touch_anon_noexit(const char *cgroup, void *arg) in alloc_and_touch_anon_noexit() argument [all...] |
H A D | cgroup_util.c | 78 char *cg_control(const char *cgroup, const char *control) in cg_control() argument 88 int cg_read(const char *cgroup, const char *control, char *buf, size_t len) in cg_read() argument 100 int cg_read_strcmp(const char *cgroup, const char *control, in cg_read_strcmp() argument 127 int cg_read_strstr(const char *cgroup, const char *control, const char *needle) in cg_read_strstr() argument 137 long cg_read_long(const char *cgroup, cons argument 147 cg_read_key_long(const char *cgroup, const char *control, const char *key) cg_read_key_long() argument 162 cg_read_lc(const char *cgroup, const char *control) cg_read_lc() argument 178 cg_write(const char *cgroup, const char *control, char *buf) cg_write() argument 220 cg_create(const char *cgroup) cg_create() argument 225 cg_wait_for_proc_count(const char *cgroup, int count) cg_wait_for_proc_count() argument 250 cg_killall(const char *cgroup) cg_killall() argument 274 cg_destroy(const char *cgroup) cg_destroy() argument 292 cg_enter(const char *cgroup, int pid) cg_enter() argument 300 cg_enter_current(const char *cgroup) cg_enter_current() argument 305 cg_enter_current_thread(const char *cgroup) cg_enter_current_thread() argument 310 cg_run(const char *cgroup, int (*fn)(const char *cgroup, void *arg), void *arg) cg_run() argument 408 clone_into_cgroup_run_nowait(const char *cgroup, int (*fn)(const char *cgroup, void *arg), void *arg) clone_into_cgroup_run_nowait() argument 427 cg_run_nowait(const char *cgroup, int (*fn)(const char *cgroup, void *arg), void *arg) cg_run_nowait() argument 482 alloc_anon(const char *cgroup, void *arg) alloc_anon() argument 555 clone_into_cgroup_run_wait(const char *cgroup) clone_into_cgroup_run_wait() argument [all...] |
H A D | test_memcontrol.c | 89 static int alloc_anon_50M_check(const char *cgroup, void *arg) in alloc_anon_50M_check() argument 120 static int alloc_pagecache_50M_check(const char *cgroup, void *arg) in alloc_pagecache_50M_check() argument 189 alloc_pagecache_50M(const char *cgroup, void *arg) alloc_pagecache_50M() argument 196 alloc_pagecache_50M_noexit(const char *cgroup, void *arg) alloc_pagecache_50M_noexit() argument 210 alloc_anon_noexit(const char *cgroup, void *arg) alloc_anon_noexit() argument 227 cg_test_proc_killed(const char *cgroup) cg_test_proc_killed() argument 556 alloc_pagecache_max_30M(const char *cgroup, void *arg) alloc_pagecache_max_30M() argument 682 alloc_anon_50M_check_swap(const char *cgroup, void *arg) alloc_anon_50M_check_swap() argument 821 tcp_server(const char *cgroup, void *arg) tcp_server() argument 878 tcp_client(const char *cgroup, unsigned short port) tcp_client() argument [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | local_storage.c | 579 bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage, struct cgroup *cgroup, enum bpf_attach_type type) bpf_cgroup_storage_link() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf-cgroup.h | 55 struct cgroup *cgroup; member [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf-cgroup.h | 100 struct cgroup *cgroup; member [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | local_storage.c | 574 bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage, struct cgroup *cgroup, enum bpf_attach_type type) bpf_cgroup_storage_link() argument
|
/kernel/linux/linux-6.6/tools/perf/include/perf/ |
H A D | perf_dlfilter.h | 60 __u64 cgroup; /* Refer PERF_SAMPLE_CGROUP in <linux/perf_event.h> */ member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sample.h | 99 u64 cgroup; member
|
H A D | cgroup.c | 111 struct cgroup *cgroup = zalloc(sizeof(*cgroup)); in cgroup__new() local 140 struct cgroup *cgroup = evlist__find_cgroup(evlist, name); evlist__findnew_cgroup() local 171 cgroup__delete(struct cgroup *cgroup) cgroup__delete() argument 186 cgroup__get(struct cgroup *cgroup) cgroup__get() argument 193 evsel__set_default_cgroup(struct evsel *evsel, struct cgroup *cgroup) evsel__set_default_cgroup() argument 199 evlist__set_default_cgroup(struct evlist *evlist, struct cgroup *cgroup) evlist__set_default_cgroup() argument [all...] |
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | utils.c | 633 int set_pid_cgroup(pid_t pid, const char *cgroup) in set_pid_cgroup() argument 691 set_comm_cgroup(const char *comm_prefix, const char *cgroup) set_comm_cgroup() argument [all...] |
H A D | osnoise_hist.c | 34 int cgroup; member
|
H A D | osnoise_top.c | 41 int cgroup; member
|
H A D | timerlat_hist.c | 38 int cgroup; member
|
H A D | timerlat_top.c | 43 int cgroup; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | test_core.c | 48 static int alloc_and_touch_anon_noexit(const char *cgroup, void *arg) in alloc_and_touch_anon_noexit() argument [all...] |
H A D | test_cpu.c | 23 char *cgroup; member 131 static int hog_cpus_timed(const char *cgroup, void *arg) in hog_cpus_timed() argument [all...] |
H A D | test_memcontrol.c | 93 static int alloc_anon_50M_check(const char *cgroup, void *arg) in alloc_anon_50M_check() argument 129 static int alloc_pagecache_50M_check(const char *cgroup, void *arg) in alloc_pagecache_50M_check() argument 198 alloc_pagecache_50M_noexit(const char *cgroup, void *arg) alloc_pagecache_50M_noexit() argument 212 alloc_anon_noexit(const char *cgroup, void *arg) alloc_anon_noexit() argument 238 cg_test_proc_killed(const char *cgroup) cg_test_proc_killed() argument 464 alloc_pagecache_max_30M(const char *cgroup, void *arg) alloc_pagecache_max_30M() argument 544 alloc_anon_mlock(const char *cgroup, void *arg) alloc_anon_mlock() argument 784 alloc_anon_50M_check_swap(const char *cgroup, void *arg) alloc_anon_50M_check_swap() argument 928 tcp_server(const char *cgroup, void *arg) tcp_server() argument 985 tcp_client(const char *cgroup, unsigned short port) tcp_client() argument [all...] |
H A D | cgroup_util.c | 75 char *cg_control(const char *cgroup, const char *control) in cg_control() argument 86 int cg_read(const char *cgroup, const char *control, char *buf, size_t len) in cg_read() argument 97 int cg_read_strcmp(const char *cgroup, const char *control, in cg_read_strcmp() argument 124 int cg_read_strstr(const char *cgroup, const char *control, const char *needle) in cg_read_strstr() argument 134 long cg_read_long(const char *cgroup, cons argument 144 cg_read_key_long(const char *cgroup, const char *control, const char *key) cg_read_key_long() argument 159 cg_read_lc(const char *cgroup, const char *control) cg_read_lc() argument 176 cg_write(const char *cgroup, const char *control, char *buf) cg_write() argument 186 cg_write_numeric(const char *cgroup, const char *control, long value) cg_write_numeric() argument 227 cg_create(const char *cgroup) cg_create() argument 232 cg_wait_for_proc_count(const char *cgroup, int count) cg_wait_for_proc_count() argument 257 cg_killall(const char *cgroup) cg_killall() argument 285 cg_destroy(const char *cgroup) cg_destroy() argument 305 cg_enter(const char *cgroup, int pid) cg_enter() argument 313 cg_enter_current(const char *cgroup) cg_enter_current() argument 318 cg_enter_current_thread(const char *cgroup) cg_enter_current_thread() argument 323 cg_run(const char *cgroup, int (*fn)(const char *cgroup, void *arg), void *arg) cg_run() argument 421 clone_into_cgroup_run_nowait(const char *cgroup, int (*fn)(const char *cgroup, void *arg), void *arg) clone_into_cgroup_run_nowait() argument 440 cg_run_nowait(const char *cgroup, int (*fn)(const char *cgroup, void *arg), void *arg) cg_run_nowait() argument 495 alloc_anon(const char *cgroup, void *arg) alloc_anon() argument 582 clone_into_cgroup_run_wait(const char *cgroup) clone_into_cgroup_run_wait() argument 607 __prepare_for_wait(const char *cgroup, const char *filename) __prepare_for_wait() argument 624 cg_prepare_for_wait(const char *cgroup) cg_prepare_for_wait() argument 629 memcg_prepare_for_wait(const char *cgroup) memcg_prepare_for_wait() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | event.h | 138 u64 cgroup; member
|
/kernel/linux/linux-6.6/tools/perf/dlfilters/ |
H A D | dlfilter-test-api-v2.c | 65 __u64 cgroup; /* Refer PERF_SAMPLE_CGROUP in <linux/perf_event.h> */ member
|
H A D | dlfilter-test-api-v0.c | 59 __u64 cgroup; /* Refer PERF_SAMPLE_CGROUP in <linux/perf_event.h> */ member
|
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/vmlinux/ |
H A D | vmlinux.h | 74 struct cgroup { struct 80 struct cgroup *cgroup; member
|