Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/
H A Darm_smmuv3_pmu.c330 unsigned int cur_idx, num_ctrs = smmu_pmu->num_counters; in smmu_pmu_apply_event_filter() local
338 cur_idx = find_first_bit(smmu_pmu->used_counters, num_ctrs); in smmu_pmu_apply_event_filter()
343 if (!smmu_pmu->global_filter || cur_idx == num_ctrs) { in smmu_pmu_apply_event_filter()
361 unsigned int num_ctrs = smmu_pmu->num_counters; in smmu_pmu_get_event_idx() local
363 idx = find_first_zero_bit(smmu_pmu->used_counters, num_ctrs); in smmu_pmu_get_event_idx()
364 if (idx == num_ctrs) in smmu_pmu_get_event_idx()
H A 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()