Home
last modified time | relevance | path

Searched refs:event_base_rdpmc (Results 1 – 4 of 4) 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()
682 hwc->event_base_rdpmc += NUM_COUNTERS_L3; in amd_uncore_df_add()
/linux/arch/x86/events/
H A Dcore.c147 new_raw_count = rdpmc(hwc->event_base_rdpmc); in x86_perf_event_update()
1264 hwc->event_base_rdpmc = (idx - INTEL_PMC_IDX_FIXED) | in x86_assign_hw_event()
1271 hwc->event_base_rdpmc = x86_pmu_rdpmc_index(hwc->idx); in x86_assign_hw_event()
1294 return event->hw.event_base_rdpmc; in x86_perf_rdpmc_index()
2615 return hwc->event_base_rdpmc + 1; in x86_pmu_event_idx()
/linux/include/linux/
H A Dperf_event.h157 int event_base_rdpmc; member
/linux/arch/x86/events/intel/
H A Dds.c2802 new_raw_count = rdpmc(hwc->event_base_rdpmc); in intel_pmu_save_and_restart_reload()