Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/perf/
Darm_smmuv3_pmu.c299 unsigned int cur_idx, num_ctrs = smmu_pmu->num_counters; in smmu_pmu_apply_event_filter() local
307 cur_idx = find_first_bit(smmu_pmu->used_counters, num_ctrs); in smmu_pmu_apply_event_filter()
312 if (!smmu_pmu->global_filter || cur_idx == num_ctrs) { in smmu_pmu_apply_event_filter()
330 unsigned int num_ctrs = smmu_pmu->num_counters; in smmu_pmu_get_event_idx() local
332 idx = find_first_zero_bit(smmu_pmu->used_counters, num_ctrs); in smmu_pmu_get_event_idx()
333 if (idx == num_ctrs) in smmu_pmu_get_event_idx()
Dqcom_l2_pmu.c344 int num_ctrs = cluster->l2cache_pmu->num_counters - 1; in l2_cache_get_event_idx() local
354 idx = find_first_zero_bit(cluster->used_counters, num_ctrs); in l2_cache_get_event_idx()
355 if (idx == num_ctrs) in l2_cache_get_event_idx()