Searched refs:native_read_pmc (Results 1 – 3 of 3) sorted by relevance
227 static inline unsigned long long native_read_pmc(int counter) in native_read_pmc() function293 u64 _l = native_read_pmc((counter)); \298 #define rdpmcl(counter, val) ((val) = native_read_pmc(counter))
156 .cpu.read_pmc = native_read_pmc,
150 return native_read_pmc(pmc); in vmxnet3_get_cycles()