Home
last modified time | relevance | path

Searched refs:event_base_rdpmc (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/events/amd/
H A Duncore.c152 if (hwc->event_base_rdpmc < 0) in amd_uncore_read()
155 new = rdpmc(hwc->event_base_rdpmc); in amd_uncore_read()
236 hwc->event_base_rdpmc = pmu->rdpmc_base + hwc->idx; in amd_uncore_add()
240 hwc->event_base_rdpmc = -1; in amd_uncore_add()
685 hwc->event_base_rdpmc += NUM_COUNTERS_L3; in amd_uncore_df_add()
/linux/arch/x86/events/
H A Dcore.c143 new_raw_count = rdpmc(hwc->event_base_rdpmc); in x86_perf_event_update()
1251 hwc->event_base_rdpmc = (idx - INTEL_PMC_IDX_FIXED) | in x86_assign_hw_event()
1258 hwc->event_base_rdpmc = x86_pmu_rdpmc_index(hwc->idx); in x86_assign_hw_event()
1281 return event->hw.event_base_rdpmc; in x86_perf_rdpmc_index()
2562 return hwc->event_base_rdpmc + 1; in x86_pmu_event_idx()
/linux/arch/x86/events/intel/
H A Dds.c2280 new_raw_count = rdpmc(hwc->event_base_rdpmc); in intel_pmu_save_and_restart_reload()