Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dbperf_cgroup.bpf.c150 int cgrp_cnt; in bperf_cgroup_count() local
155 cgrp_cnt = get_cgroup_v2_idx(cgrp_idx, BPERF_CGROUP__MAX_LEVELS); in bperf_cgroup_count()
157 cgrp_cnt = get_cgroup_v1_idx(cgrp_idx, BPERF_CGROUP__MAX_LEVELS); in bperf_cgroup_count()
188 if (c == cgrp_cnt) in bperf_cgroup_count()