Home
last modified time | relevance | path

Searched refs:nr_cgrps (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/perf/tests/
H A Dexpand-cgroup.c25 int nr_cgrps = ARRAY_SIZE(cgrp_name); in test_expand_events() local
57 if (evlist->core.nr_entries != nr_events * nr_cgrps) { in test_expand_events()
/linux-6.15/tools/perf/util/
H A Dbpf_lock_contention.c161 if (con->filters->nr_cgrps) { in lock_contention_prepare()
163 ncgrps = con->filters->nr_cgrps; in lock_contention_prepare()
207 if (con->aggr_mode == LOCK_AGGR_CGROUP || con->filters->nr_cgrps) { in lock_contention_prepare()
276 if (con->filters->nr_cgrps) { in lock_contention_prepare()
281 for (i = 0; i < con->filters->nr_cgrps; i++) in lock_contention_prepare()
H A Dlock-contention.h12 int nr_cgrps; member
/linux-6.15/include/linux/
H A Dcgroup-defs.h601 atomic_t nr_cgrps; member
/linux-6.15/tools/perf/
H A Dbuiltin-lock.c1545 filters.nr_cgrps = 0; in lock_filter_finish()
2474 tmp = realloc(filters.cgrps, (filters.nr_cgrps + 1) * sizeof(*filters.cgrps)); in add_lock_cgroup()
2480 tmp[filters.nr_cgrps++] = cgrp->id; in add_lock_cgroup()
/linux-6.15/kernel/cgroup/
H A Dcgroup.c1343 BUG_ON(atomic_read(&root->nr_cgrps)); in cgroup_destroy_root()
2084 atomic_set(&root->nr_cgrps, 1); in init_cgroup_root()
2185 BUG_ON(atomic_read(&root->nr_cgrps) != 1); in cgroup_setup_root()
5461 atomic_dec(&cgrp->root->nr_cgrps); in css_free_rwork_fn()
5802 atomic_inc(&root->nr_cgrps); in cgroup_create()
H A Dcgroup-v1.c692 atomic_read(&ss->root->nr_cgrps), in proc_cgroupstats_show()