Searched refs:native_read_pmc (Results 1 – 3 of 3) sorted by relevance
235 static inline unsigned long long native_read_pmc(int counter) in native_read_pmc() function301 u64 _l = native_read_pmc((counter)); \306 #define rdpmcl(counter, val) ((val) = native_read_pmc(counter))
1064 l2_hits = native_read_pmc(0); in measure_cycles_perf_fn()1065 l2_miss = native_read_pmc(1); in measure_cycles_perf_fn()1067 l3_hits = native_read_pmc(2); in measure_cycles_perf_fn()1068 l3_miss = native_read_pmc(3); in measure_cycles_perf_fn()
357 .read_pmc = native_read_pmc,