Searched refs:native_read_pmc (Results 1 – 2 of 2) sorted by relevance
246 static inline unsigned long long native_read_pmc(int counter) in native_read_pmc() function312 u64 _l = native_read_pmc((counter)); \317 #define rdpmcl(counter, val) ((val) = native_read_pmc(counter))
319 .cpu.read_pmc = native_read_pmc,