Home
last modified time | relevance | path

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

/linux/drivers/perf/
A Darm_smmuv3_pmu.c280 unsigned int cur_idx, num_ctrs = smmu_pmu->num_counters; in smmu_pmu_apply_event_filter() local
288 cur_idx = find_first_bit(smmu_pmu->used_counters, num_ctrs); in smmu_pmu_apply_event_filter()
293 if (!smmu_pmu->global_filter || cur_idx == num_ctrs) { in smmu_pmu_apply_event_filter()
311 unsigned int num_ctrs = smmu_pmu->num_counters; in smmu_pmu_get_event_idx() local
313 idx = find_first_zero_bit(smmu_pmu->used_counters, num_ctrs); in smmu_pmu_get_event_idx()
314 if (idx == num_ctrs) in smmu_pmu_get_event_idx()
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()

Completed in 7 milliseconds