Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.h64 u64 read_pmc(int pmc);
H A Debb.c260 val = read_pmc(pmc); in count_pmc()
452 u64 read_pmc(int pmc) in read_pmc() function
/linux/arch/powerpc/perf/
H A Dcore-fsl-emb.c39 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 Dparavirt.c136 .cpu.read_pmc = native_read_pmc,
/linux/arch/x86/kvm/
H A Dkvm_emulate.h220 int (*read_pmc)(struct x86_emulate_ctxt *ctxt, u32 pmc, u64 *pdata); member
H A Demulate.c3231 if (ctxt->ops->read_pmc(ctxt, reg_read(ctxt, VCPU_REGS_RCX), &pmc)) in em_rdpmc()
H A Dx86.c8549 .read_pmc = emulator_read_pmc,
/linux/arch/x86/include/asm/
H A Dparavirt_types.h104 u64 (*read_pmc)(int counter); member
H A Dparavirt.h242 return PVOP_CALL1(u64, cpu.read_pmc, counter); in rdpmc()
/linux/arch/x86/xen/
H A Denlighten_pv.c1234 .read_pmc = xen_read_pmc,