Home
last modified time | relevance | path

Searched refs:RTIT_CTL_PSB_FREQ (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dmsr-index.h102 #define RTIT_CTL_PSB_FREQ (0x0full << RTIT_CTL_PSB_FREQ_OFFSET) macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c188 RTIT_CTL_PSB_FREQ)
211 requested = (config & RTIT_CTL_PSB_FREQ) >> in pt_event_valid()