Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf_lock_contention.c61 if (con->filters->nr_cgrps) { in lock_contention_prepare()
63 ncgrps = con->filters->nr_cgrps; in lock_contention_prepare()
107 if (con->aggr_mode == LOCK_AGGR_CGROUP || con->filters->nr_cgrps) { in lock_contention_prepare()
167 if (con->filters->nr_cgrps) { in lock_contention_prepare()
172 for (i = 0; i < con->filters->nr_cgrps; i++) in lock_contention_prepare()
H A Dlock-contention.h12 int nr_cgrps; member
/linux/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/include/linux/
H A Dcgroup-defs.h600 atomic_t nr_cgrps; member
/linux/tools/perf/
H A Dbuiltin-lock.c1648 filters.nr_cgrps = 0; in lock_filter_finish()
2515 tmp = realloc(filters.cgrps, (filters.nr_cgrps + 1) * sizeof(*filters.cgrps)); in add_lock_cgroup()
2521 tmp[filters.nr_cgrps++] = cgrp->id; in add_lock_cgroup()
/linux/kernel/cgroup/
H A Dcgroup.c1330 BUG_ON(atomic_read(&root->nr_cgrps)); in cgroup_destroy_root()
2071 atomic_set(&root->nr_cgrps, 1); in init_cgroup_root()
2169 BUG_ON(atomic_read(&root->nr_cgrps) != 1); in cgroup_setup_root()
5422 atomic_dec(&cgrp->root->nr_cgrps); in css_free_rwork_fn()
5761 atomic_inc(&root->nr_cgrps); in cgroup_create()
H A Dcgroup-v1.c689 atomic_read(&ss->root->nr_cgrps), in proc_cgroupstats_show()