Searched refs:ncgrps (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/util/ |
H A D | bpf_off_cpu.c | 135 int ncpus = 1, ntasks = 1, ncgrps = 1; in off_cpu_prepare() 193 ncgrps = evlist->core.nr_entries - 1; /* excluding a dummy */ in off_cpu_prepare() 194 bpf_map__set_max_entries(skel->maps.cgroup_filter, ncgrps); in off_cpu_prepare() 130 int ncpus = 1, ntasks = 1, ncgrps = 1; off_cpu_prepare() local
|
H A D | bpf_lock_contention.c | 115 int ncpus = 1, ntasks = 1, ntypes = 1, naddrs = 1, ncgrps = 1, nslabs = 1; in lock_contention_prepare() 153 ncgrps = con->filters->nr_cgrps; in lock_contention_prepare() 190 bpf_map__set_max_entries(skel->maps.cgroup_filter, ncgrps); in mark_end_timestamp() 25 int ncpus = 1, ntasks = 1, ntypes = 1, naddrs = 1, ncgrps = 1; lock_contention_prepare() local
|