Searched refs:native_read_pmc (Results 1 – 3 of 3) sorted by relevance
244 static inline unsigned long long native_read_pmc(int counter) in native_read_pmc() function310 u64 _l = native_read_pmc((counter)); \315 #define rdpmcl(counter, val) ((val) = native_read_pmc(counter))
95 static inline unsigned long long native_read_pmc(int counter) in native_read_pmc() function233 u64 _l = native_read_pmc((counter)); \
296 .cpu.read_pmc = native_read_pmc,