Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dexpand-cgroup.c25 int nr_cgrps = ARRAY_SIZE(cgrp_name); in test_expand_events()
57 if (evlist->core.nr_entries != nr_events * nr_cgrps) { in test_expand_events()
24 int nr_cgrps = ARRAY_SIZE(cgrp_name); test_expand_events() local
/linux/tools/perf/util/
H A Dbpf_lock_contention.c236 if (con->filters->nr_cgrps) { in lock_contention_prepare()
238 ncgrps = con->filters->nr_cgrps; in lock_contention_prepare()
309 if (con->aggr_mode == LOCK_AGGR_CGROUP || con->filters->nr_cgrps) { in lock_contention_prepare()
380 if (con->filters->nr_cgrps) { in lock_contention_prepare()
385 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/
H A Dbuiltin-lock.c1544 filters.nr_cgrps = 0; in lock_filter_finish()
2489 tmp = realloc(filters.cgrps, (filters.nr_cgrps + 1) * sizeof(*filters.cgrps)); in add_lock_cgroup()
2495 tmp[filters.nr_cgrps++] = cgrp->id; in add_lock_cgroup()
/linux/kernel/cgroup/
H A Dcgroup-v1.c697 atomic_read(&ss->root->nr_cgrps), in proc_cgroupstats_show()