Searched refs:fake_cpuc (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/loongarch/kernel/ |
D | perf_event.c | 642 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.1.9/arch/x86/events/ |
D | core.c | 2374 struct cpu_hw_events *fake_cpuc; in validate_event() local 2378 fake_cpuc = allocate_fake_cpuc(event->pmu); in validate_event() 2379 if (IS_ERR(fake_cpuc)) in validate_event() 2380 return PTR_ERR(fake_cpuc); in validate_event() 2382 c = x86_pmu.get_event_constraints(fake_cpuc, 0, event); in validate_event() 2388 x86_pmu.put_event_constraints(fake_cpuc, event); in validate_event() 2390 free_fake_cpuc(fake_cpuc); in validate_event() 2409 struct cpu_hw_events *fake_cpuc; in validate_group() local 2432 fake_cpuc = allocate_fake_cpuc(event->pmu); in validate_group() 2433 if (IS_ERR(fake_cpuc)) in validate_group() [all …]
|
/linux-6.1.9/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 763 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()
|