Home
last modified time | relevance | path

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

/arch/powerpc/perf/
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()
A Dcore-book3s.c811 static unsigned long read_pmc(int idx) in read_pmc() function
892 if ((idx) && ((int)read_pmc(idx) < 0)) in any_pmc_overflown()
920 pmcs[i] = read_pmc(i + 1); in perf_event_print_debug()
1165 val = read_pmc(event->hw.idx); in power_pmu_read()
1178 val = read_pmc(event->hw.idx); in power_pmu_read()
2427 cpuhw->pmcs[i] = read_pmc(i + 1); in __perf_event_interrupt()
/arch/sparc/kernel/
A Dperf_event.c161 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()
/arch/x86/kernel/
A Dparavirt.c136 .cpu.read_pmc = native_read_pmc,
/arch/x86/kvm/
A Dkvm_emulate.h220 int (*read_pmc)(struct x86_emulate_ctxt *ctxt, u32 pmc, u64 *pdata); member
A Demulate.c3231 if (ctxt->ops->read_pmc(ctxt, reg_read(ctxt, VCPU_REGS_RCX), &pmc)) in em_rdpmc()
A Dx86.c8549 .read_pmc = emulator_read_pmc,
/arch/x86/include/asm/
A Dparavirt_types.h104 u64 (*read_pmc)(int counter); member
A Dparavirt.h242 return PVOP_CALL1(u64, cpu.read_pmc, counter); in rdpmc()
/arch/x86/xen/
A Denlighten_pv.c1234 .read_pmc = xen_read_pmc,

Completed in 51 milliseconds