Searched defs:native_read_pmc (Results 1 - 1 of 1) sorted by relevance

/arch/x86/include/asm/
H A Dmsr.h122 static inline unsigned long long native_read_pmc(int counter) function
190 u64 _l = native_read_pmc((counter)); \
195 #define rdpmcl(counter, val) ((val) = native_read_pmc(counter))

Completed in 25 milliseconds