Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A Darm_pmu.c70 if (armpmu_count_irq_users(&armpmu->supported_cpus, irq) == 1) in armpmu_free_percpu_pmuirq()
97 if (armpmu_count_irq_users(&armpmu->supported_cpus, irq) == 1) in armpmu_free_percpu_pmunmi()
347 if (!cpumask_test_cpu(smp_processor_id(), &armpmu->supported_cpus)) in armpmu_add()
524 !cpumask_test_cpu(event->cpu, &armpmu->supported_cpus)) in armpmu_event_init()
540 if (!cpumask_test_cpu(smp_processor_id(), &armpmu->supported_cpus)) in armpmu_enable()
552 if (!cpumask_test_cpu(smp_processor_id(), &armpmu->supported_cpus)) in armpmu_disable()
566 return !cpumask_test_cpu(cpu, &armpmu->supported_cpus); in armpmu_filter()
573 return cpumap_print_to_pagebuf(true, buf, &armpmu->supported_cpus); in cpus_show()
634 const struct cpumask *affinity = *armpmu ? &(*armpmu)->supported_cpus : in armpmu_request_irq()
722 if (!cpumask_test_cpu(cpu, &pmu->supported_cpus)) in arm_perf_starting_cpu()
[all …]
H A Darm_spe_pmu.c73 cpumask_t supported_cpus; member
346 return cpumap_print_to_pagebuf(true, buf, &spe_pmu->supported_cpus); in cpumask_show()
815 !cpumask_test_cpu(event->cpu, &spe_pmu->supported_cpus)) in arm_spe_pmu_event_init()
973 if (!cpumask_test_cpu(cpu, &spe_pmu->supported_cpus)) in arm_spe_pmu_add()
1231 spe_pmu->pmsver - 1, cpumask_pr_args(&spe_pmu->supported_cpus), in __arm_spe_pmu_dev_probe()
1275 if (!cpumask_test_cpu(cpu, &spe_pmu->supported_cpus)) in arm_spe_pmu_cpu_startup()
1287 if (!cpumask_test_cpu(cpu, &spe_pmu->supported_cpus)) in arm_spe_pmu_cpu_teardown()
1297 cpumask_t *mask = &spe_pmu->supported_cpus; in arm_spe_pmu_dev_init()
1345 cpumask_copy(&spe_pmu->supported_cpus, affinity); in arm_spe_pmu_irq_probe()