Searched refs:read_pmc (Results 1 – 10 of 10) sorted by relevance
/arch/powerpc/perf/ |
D | core-fsl-emb.c | 56 static unsigned long read_pmc(int idx) in read_pmc() function 194 val = read_pmc(event->hw.idx); in fsl_emb_pmu_read() 677 val = read_pmc(i); in perf_event_interrupt()
|
D | core-book3s.c | 710 static unsigned long read_pmc(int idx) in read_pmc() function 801 pmcs[i] = read_pmc(i + 1); in perf_event_print_debug() 1030 val = read_pmc(event->hw.idx); in power_pmu_read() 1043 val = read_pmc(event->hw.idx); in power_pmu_read() 2150 val[i] = read_pmc(i + 1); in perf_event_interrupt()
|
/arch/sparc/kernel/ |
D | perf_event.c | 159 u32 (*read_pmc)(int); member 323 .read_pmc = sparc_default_read_pmc, 461 .read_pmc = sparc_default_read_pmc, 596 .read_pmc = sparc_default_read_pmc, 753 .read_pmc = sparc_vt_read_pmc, 783 .read_pmc = sparc_vt_read_pmc, 870 new_raw_count = sparc_pmu->read_pmc(idx); in sparc_perf_event_update()
|
/arch/x86/include/asm/ |
D | kvm_emulate.h | 213 int (*read_pmc)(struct x86_emulate_ctxt *ctxt, u32 pmc, u64 *pdata); member
|
D | paravirt_types.h | 163 u64 (*read_pmc)(int counter); member
|
D | paravirt.h | 203 return PVOP_CALL1(u64, pv_cpu_ops.read_pmc, counter); in paravirt_read_pmc()
|
/arch/x86/kernel/ |
D | paravirt.c | 364 .read_pmc = native_read_pmc,
|
/arch/x86/xen/ |
D | enlighten.c | 1242 .read_pmc = xen_read_pmc,
|
/arch/x86/kvm/ |
D | emulate.c | 3546 if (ctxt->ops->read_pmc(ctxt, reg_read(ctxt, VCPU_REGS_RCX), &pmc)) in em_rdpmc()
|
D | x86.c | 5183 .read_pmc = emulator_read_pmc,
|