Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.h508 int (*rdpmc_index)(int index); member
699 return x86_pmu.rdpmc_index ? x86_pmu.rdpmc_index(index) : index; in x86_pmu_rdpmc_index()