Searched refs:read_pmc (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb.h | 64 u64 read_pmc(int pmc);
|
H A D | ebb.c | 260 val = read_pmc(pmc); in count_pmc() 452 u64 read_pmc(int pmc) in read_pmc() function
|
/linux/arch/powerpc/perf/ |
H A D | core-fsl-emb.c | 39 static unsigned long read_pmc(int idx) in read_pmc() function 177 val = read_pmc(event->hw.idx); in fsl_emb_pmu_read() 652 val = read_pmc(i); in perf_event_interrupt()
|
/linux/arch/x86/kernel/ |
H A D | paravirt.c | 136 .cpu.read_pmc = native_read_pmc,
|
/linux/arch/x86/kvm/ |
H A D | kvm_emulate.h | 220 int (*read_pmc)(struct x86_emulate_ctxt *ctxt, u32 pmc, u64 *pdata); member
|
H A D | emulate.c | 3231 if (ctxt->ops->read_pmc(ctxt, reg_read(ctxt, VCPU_REGS_RCX), &pmc)) in em_rdpmc()
|
H A D | x86.c | 8549 .read_pmc = emulator_read_pmc,
|
/linux/arch/x86/include/asm/ |
H A D | paravirt_types.h | 104 u64 (*read_pmc)(int counter); member
|
H A D | paravirt.h | 242 return PVOP_CALL1(u64, cpu.read_pmc, counter); in rdpmc()
|
/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 1234 .read_pmc = xen_read_pmc,
|