Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmsr.h236 #define rdpmcl(counter, val) ((val) = native_read_pmc(counter)) macro
Dparavirt.h213 #define rdpmcl(counter, val) ((val) = paravirt_read_pmc(counter)) macro
/arch/x86/kernel/cpu/
Dperf_event_amd_uncore.c86 rdpmcl(hwc->event_base_rdpmc, new); in amd_uncore_read()
Dperf_event.c85 rdpmcl(hwc->event_base_rdpmc, new_raw_count); in x86_perf_event_update()