Searched refs:read_pmc (Results 1 – 12 of 12) 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()
|
H A D | core-book3s.c | 807 static unsigned long read_pmc(int idx) in read_pmc() function 888 if ((idx) && ((int)read_pmc(idx) < 0)) in any_pmc_overflown() 916 pmcs[i] = read_pmc(i + 1); in perf_event_print_debug() 1161 val = read_pmc(event->hw.idx); in power_pmu_read() 1174 val = read_pmc(event->hw.idx); in power_pmu_read() 2404 cpuhw->pmcs[i] = read_pmc(i + 1); in __perf_event_interrupt()
|
/linux/arch/sparc/kernel/ |
H A D | perf_event.c | 161 u32 (*read_pmc)(int); member 325 .read_pmc = sparc_default_read_pmc, 463 .read_pmc = sparc_default_read_pmc, 598 .read_pmc = sparc_default_read_pmc, 755 .read_pmc = sparc_vt_read_pmc, 785 .read_pmc = sparc_vt_read_pmc, 872 new_raw_count = sparc_pmu->read_pmc(idx); in sparc_perf_event_update()
|
/linux/arch/x86/kernel/ |
H A D | paravirt.c | 156 .cpu.read_pmc = native_read_pmc,
|
/linux/arch/x86/kvm/ |
H A D | kvm_emulate.h | 213 int (*read_pmc)(struct x86_emulate_ctxt *ctxt, u32 pmc, u64 *pdata); member
|
H A D | emulate.c | 3226 if (ctxt->ops->read_pmc(ctxt, reg_read(ctxt, VCPU_REGS_RCX), &pmc)) in em_rdpmc()
|
H A D | x86.c | 8644 .read_pmc = emulator_read_pmc,
|
/linux/arch/x86/include/asm/ |
H A D | paravirt_types.h | 106 u64 (*read_pmc)(int counter); member
|
H A D | paravirt.h | 256 return PVOP_CALL1(u64, cpu.read_pmc, counter); in paravirt_read_pmc()
|
/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 1172 .read_pmc = xen_read_pmc,
|