Home
last modified time | relevance | path

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

/arch/powerpc/perf/
Dcore-fsl-emb.c56 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()
Dcore-book3s.c710 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/
Dperf_event.c159 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/
Dkvm_emulate.h213 int (*read_pmc)(struct x86_emulate_ctxt *ctxt, u32 pmc, u64 *pdata); member
Dparavirt_types.h163 u64 (*read_pmc)(int counter); member
Dparavirt.h203 return PVOP_CALL1(u64, pv_cpu_ops.read_pmc, counter); in paravirt_read_pmc()
/arch/x86/kernel/
Dparavirt.c364 .read_pmc = native_read_pmc,
/arch/x86/xen/
Denlighten.c1242 .read_pmc = xen_read_pmc,
/arch/x86/kvm/
Demulate.c3546 if (ctxt->ops->read_pmc(ctxt, reg_read(ctxt, VCPU_REGS_RCX), &pmc)) in em_rdpmc()
Dx86.c5183 .read_pmc = emulator_read_pmc,