Searched refs:read_pmc (Results 1 – 7 of 7) sorted by relevance
64 u64 read_pmc(int pmc);
260 val = read_pmc(pmc); in count_pmc()452 u64 read_pmc(int pmc) in read_pmc() function
161 u32 (*read_pmc)(int); member325 .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()
812 static unsigned long read_pmc(int idx) in read_pmc() 893 if ((idx) && ((int)read_pmc(idx) < 0)) in any_pmc_overflown() 921 pmcs[i] = read_pmc(i + 1); in perf_event_print_debug() 1166 val = read_pmc(event->hw.idx); in power_pmu_read() 1179 val = read_pmc(event->hw.idx); in power_pmu_read() 2429 cpuhw->pmcs[i] = read_pmc(i + 1); in __perf_event_interrupt() 811 static unsigned long read_pmc(int idx) read_pmc() function
1367 pv_ops.cpu.read_pmc = xen_read_pmc; in xen_start_kernel()
3222 if (ctxt->ops->read_pmc(ctxt, reg_read(ctxt, VCPU_REGS_RCX), &pmc)) in em_rdpmc()
8935 .read_pmc = emulator_read_pmc,