Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.c36 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu) in uncore_pmu_to_box() function
67 return uncore_pmu_to_box(uncore_event_to_pmu(event), smp_processor_id()); in uncore_event_to_box()
622 box = uncore_pmu_to_box(pmu, event->cpu); in uncore_pmu_event_init()
1073 box = uncore_pmu_to_box(pmu, new_cpu); in uncore_change_context()
1075 box = uncore_pmu_to_box(pmu, old_cpu); in uncore_change_context()
Dperf_event_intel_uncore.h305 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu);
Dperf_event_intel_uncore_snb.c278 box = uncore_pmu_to_box(pmu, event->cpu); in snb_uncore_imc_event_init()