Searched defs:cgroup (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/tools/perf/util/
H A Dcgroup.h12 struct cgroup { struct
[all...]
H A Dtool.h50 cgroup, member in struct:perf_tool
H A Dcgroup.c119 struct cgroup *cgroup = zalloc(sizeof(*cgroup)); local
148 struct cgroup *cgroup = evlist__find_cgroup(evlist, name); local
179 cgroup__delete(struct cgroup *cgroup) argument
194 cgroup__get(struct cgroup *cgroup) argument
201 evsel__set_default_cgroup(struct evsel *evsel, struct cgroup *cgroup) argument
207 evlist__set_default_cgroup(struct evlist *evlist, struct cgroup *cgroup) argument
[all...]
H A Dsample.h99 u64 cgroup; member in struct:perf_sample
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_kill.c21 static int cg_kill_wait(const char *cgroup) argument
46 static int child_fn(const char *cgroup, void *arg) argument
60 char *cgroup = NULL; local
116 char *cgroup[10] = {0}; local
204 forkbomb_fn(const char *cgroup, void *arg) argument
225 char *cgroup = NULL; local
[all...]
H A Dtest_cpuset.c9 static int idle_process_fn(const char *cgroup, void *arg) argument
15 static int do_migration_fn(const char *cgroup, void *arg) argument
30 static int do_controller_fn(const char *cgroup, void *arg) argument
[all...]
H A Dtest_hugetlb_memcg.c95 static int hugetlb_test_program(const char *cgroup, void *arg) argument
H A Dtest_kmem.c30 static int alloc_dcache(const char *cgroup, void *arg) argument
100 static int alloc_kmem_smp(const char *cgroup, void *arg) argument
245 static int spawn_1000_threads(const char *cgroup, void *arg) argument
129 cg_run_in_subcgroups(const char *parent, int (*fn)(const char *cgroup, void *arg), void *arg, int times) argument
[all...]
H A Dtest_freezer.c27 static int cg_check_frozen(const char *cgroup, bool frozen) argument
50 cg_freeze_nowait(const char *cgroup, bool freeze) argument
59 cg_enter_and_wait_for_frozen(const char *cgroup, int pid, bool frozen) argument
93 cg_freeze_wait(const char *cgroup, bool freeze) argument
121 child_fn(const char *cgroup, void *arg) argument
139 char *cgroup = NULL; local
190 char *cgroup[10] = {0}; local
340 forkbomb_fn(const char *cgroup, void *arg) argument
363 char *cgroup = NULL; local
511 char *cgroup[2] = {0}; local
586 char *cgroup = NULL; local
668 char *cgroup = NULL; local
712 char *cgroup = NULL; local
763 vfork_fn(const char *cgroup, void *arg) argument
781 char *cgroup = NULL; local
[all...]
H A Dtest_zswap.c58 static long get_zswpout(const char *cgroup) argument
63 static int allocate_and_read_bytes(const char *cgroup, void *arg) argument
84 static int allocate_bytes(const char *cgroup, void *arg) argument
305 static int no_kmem_bypass_child(const char *cgroup, void *arg) argument
[all...]
H A Dtest_cpu.c23 char *cgroup; member in struct:cpu_hogger
131 static int hog_cpus_timed(const char *cgroup, void *arg) argument
[all...]
H A Dtest_core.c48 static int alloc_and_touch_anon_noexit(const char *cgroup, void *arg) argument
[all...]
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_selftests.h33 __aligned_u64 cgroup; member in struct:__clone_args
/linux-master/include/linux/sched/
H A Dtask.h40 int cgroup; member in struct:kernel_clone_args
/linux-master/kernel/bpf/
H A Dbpf_cgrp_storage.c46 void bpf_cgrp_storage_free(struct cgroup *cgroup) argument
64 cgroup_storage_lookup(struct cgroup *cgroup, struct bpf_map *map, bool cacheit_lockit) argument
81 struct cgroup *cgroup; local
100 struct cgroup *cgroup; local
116 cgroup_storage_delete(struct cgroup *cgroup, struct bpf_map *map) argument
130 struct cgroup *cgroup; local
[all...]
H A Dlocal_storage.c574 bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage, struct cgroup *cgroup, enum bpf_attach_type type) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcgrp_local_storage.c31 static void cgroup_mode_value_init(bool cgroup, int hid) argument
/linux-master/include/uapi/linux/
H A Dsched.h103 __aligned_u64 cgroup; member in struct:clone_args
/linux-master/tools/include/uapi/linux/
H A Dsched.h103 __aligned_u64 cgroup; member in struct:clone_args
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter.h148 struct cgroup *cgroup; member in struct:bpf_iter__cgroup
/linux-master/kernel/cgroup/
H A Dmisc.c51 parent_misc(struct misc_cg *cgroup) argument
[all...]
/linux-master/drivers/infiniband/core/
H A Dcma_configfs.c319 static void drop_cma_dev(struct config_group *cgroup, struct config_item *item) argument
/linux-master/samples/cgroup/
H A Dmemcg_event_listener.c263 initialize_memcg_events(struct memcg_events *events, const char *cgroup) argument
/linux-master/tools/perf/include/perf/
H A Dperf_dlfilter.h60 __u64 cgroup; /* Refer PERF_SAMPLE_CGROUP in <linux/perf_event.h> */ member in struct:perf_dlfilter_sample
/linux-master/tools/tracing/rtla/src/
H A Dosnoise_hist.c34 int cgroup; member in struct:osnoise_hist_params

Completed in 2192 milliseconds

123