Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dmsr.h227 static inline unsigned long long native_read_pmc(int counter) in native_read_pmc() function
293 u64 _l = native_read_pmc((counter)); \
298 #define rdpmcl(counter, val) ((val) = native_read_pmc(counter))