Home
last modified time | relevance | path

Searched refs:rdpmcl (Results 1 – 6 of 6) sorted by relevance

/arch/x86/kernel/cpu/resctrl/
Dpseudo_lock.c996 rdpmcl(hit_pmcnum, hits_before); in measure_residency_fn()
997 rdpmcl(miss_pmcnum, miss_before); in measure_residency_fn()
1005 rdpmcl(hit_pmcnum, hits_before); in measure_residency_fn()
1006 rdpmcl(miss_pmcnum, miss_before); in measure_residency_fn()
1028 rdpmcl(hit_pmcnum, hits_after); in measure_residency_fn()
1029 rdpmcl(miss_pmcnum, miss_after); in measure_residency_fn()
/arch/x86/include/asm/
Dmsr.h317 #define rdpmcl(counter, val) ((val) = native_read_pmc(counter)) macro
Dparavirt.h235 #define rdpmcl(counter, val) ((val) = paravirt_read_pmc(counter)) macro
/arch/x86/events/amd/
Duncore.c94 rdpmcl(hwc->event_base_rdpmc, new); in amd_uncore_read()
/arch/x86/events/intel/
Dds.c1685 rdpmcl(hwc->event_base_rdpmc, new_raw_count); in intel_pmu_save_and_restart_reload()
/arch/x86/events/
Dcore.c88 rdpmcl(hwc->event_base_rdpmc, new_raw_count); in x86_perf_event_update()