Home
last modified time | relevance | path

Searched refs:fake_cpuc (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/loongarch/kernel/
Dperf_event.c642 struct cpu_hw_events fake_cpuc; in validate_group() local
645 memset(&fake_cpuc, 0, sizeof(fake_cpuc)); in validate_group()
647 if (loongarch_pmu_alloc_counter(&fake_cpuc, &leader->hw) < 0) in validate_group()
651 if (loongarch_pmu_alloc_counter(&fake_cpuc, &sibling->hw) < 0) in validate_group()
655 if (loongarch_pmu_alloc_counter(&fake_cpuc, &event->hw) < 0) in validate_group()
/linux-6.6.21/arch/x86/events/
Dcore.c2348 struct cpu_hw_events *fake_cpuc; in validate_event() local
2352 fake_cpuc = allocate_fake_cpuc(event->pmu); in validate_event()
2353 if (IS_ERR(fake_cpuc)) in validate_event()
2354 return PTR_ERR(fake_cpuc); in validate_event()
2356 c = x86_pmu.get_event_constraints(fake_cpuc, 0, event); in validate_event()
2362 x86_pmu.put_event_constraints(fake_cpuc, event); in validate_event()
2364 free_fake_cpuc(fake_cpuc); in validate_event()
2383 struct cpu_hw_events *fake_cpuc; in validate_group() local
2406 fake_cpuc = allocate_fake_cpuc(event->pmu); in validate_group()
2407 if (IS_ERR(fake_cpuc)) in validate_group()
[all …]
/linux-6.6.21/arch/mips/kernel/
Dperf_event_mipsxx.c763 struct cpu_hw_events fake_cpuc; in validate_group() local
765 memset(&fake_cpuc, 0, sizeof(fake_cpuc)); in validate_group()
767 if (mipsxx_pmu_alloc_counter(&fake_cpuc, &leader->hw) < 0) in validate_group()
771 if (mipsxx_pmu_alloc_counter(&fake_cpuc, &sibling->hw) < 0) in validate_group()
775 if (mipsxx_pmu_alloc_counter(&fake_cpuc, &event->hw) < 0) in validate_group()