Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Debb.h66 u64 read_pmc(int pmc);
Debb.c260 val = read_pmc(pmc); in count_pmc()
454 u64 read_pmc(int pmc) in read_pmc() function
/Linux-v4.19/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.c720 static unsigned long read_pmc(int idx) in read_pmc() function
816 pmcs[i] = read_pmc(i + 1); in perf_event_print_debug()
1045 val = read_pmc(event->hw.idx); in power_pmu_read()
1058 val = read_pmc(event->hw.idx); in power_pmu_read()
2174 val[i] = read_pmc(i + 1); in perf_event_interrupt()
/Linux-v4.19/arch/sparc/kernel/
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()
/Linux-v4.19/arch/x86/kernel/
Dparavirt.c357 .read_pmc = native_read_pmc,
/Linux-v4.19/arch/x86/include/asm/
Dkvm_emulate.h215 int (*read_pmc)(struct x86_emulate_ctxt *ctxt, u32 pmc, u64 *pdata); member
Dparavirt_types.h161 u64 (*read_pmc)(int counter); member
Dparavirt.h189 return PVOP_CALL1(u64, pv_cpu_ops.read_pmc, counter); in paravirt_read_pmc()
/Linux-v4.19/arch/x86/xen/
Denlighten_pv.c1039 .read_pmc = xen_read_pmc,
/Linux-v4.19/arch/x86/kvm/
Demulate.c3572 if (ctxt->ops->read_pmc(ctxt, reg_read(ctxt, VCPU_REGS_RCX), &pmc)) in em_rdpmc()
Dx86.c5765 .read_pmc = emulator_read_pmc,