Searched refs:read_pmc (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.h | 66 u64 read_pmc(int pmc);
|
D | ebb.c | 262 val = read_pmc(pmc); in count_pmc() 456 u64 read_pmc(int pmc) in read_pmc() function
|
/linux-4.4.14/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 | 696 static unsigned long read_pmc(int idx) in read_pmc() function 787 pmcs[i] = read_pmc(i + 1); in perf_event_print_debug() 1016 val = read_pmc(event->hw.idx); in power_pmu_read() 1029 val = read_pmc(event->hw.idx); in power_pmu_read() 2100 val[i] = read_pmc(i + 1); in perf_event_interrupt()
|
/linux-4.4.14/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()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_emulate.h | 211 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()
|
/linux-4.4.14/arch/x86/kernel/ |
D | paravirt.c | 362 .read_pmc = native_read_pmc,
|
/linux-4.4.14/arch/x86/xen/ |
D | enlighten.c | 1228 .read_pmc = xen_read_pmc,
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 3462 if (ctxt->ops->read_pmc(ctxt, reg_read(ctxt, VCPU_REGS_RCX), &pmc)) in em_rdpmc()
|
D | x86.c | 4998 .read_pmc = emulator_read_pmc,
|