Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/events/amd/
Duncore.c108 if (hwc->event_base_rdpmc < 0) in amd_uncore_read()
111 rdpmcl(hwc->event_base_rdpmc, new); in amd_uncore_read()
179 hwc->event_base_rdpmc = pmu->rdpmc_base + hwc->idx; in amd_uncore_add()
183 hwc->event_base_rdpmc = -1; in amd_uncore_add()
625 hwc->event_base_rdpmc += NUM_COUNTERS_L3; in amd_uncore_df_add()
/linux-6.14.4/arch/x86/events/
Dcore.c136 rdpmcl(hwc->event_base_rdpmc, new_raw_count); in x86_perf_event_update()
1242 hwc->event_base_rdpmc = (idx - INTEL_PMC_IDX_FIXED) | in x86_assign_hw_event()
1249 hwc->event_base_rdpmc = x86_pmu_rdpmc_index(hwc->idx); in x86_assign_hw_event()
1272 return event->hw.event_base_rdpmc; in x86_perf_rdpmc_index()
2537 return hwc->event_base_rdpmc + 1; in x86_pmu_event_idx()
/linux-6.14.4/include/linux/
Dperf_event.h163 int event_base_rdpmc; member
/linux-6.14.4/arch/x86/events/intel/
Dds.c2119 rdpmcl(hwc->event_base_rdpmc, new_raw_count); in intel_pmu_save_and_restart_reload()