Lines Matching refs:ctr_mask
92 uncore_counts(int fd, uint64_t ctr_mask, uint64_t *counts) in uncore_counts() argument
98 cts_ctl->in.ctr_mask = ctr_mask; in uncore_counts()
269 uint64_t ctr_mask; variable
283 ctr_mask = (UINT64_C(1) << nctrs) - 1;
295 uncore_counts(fd, ctr_mask, counts[0]);
299 uncore_counts(fd, ctr_mask, counts[1]);
317 uncore_counts(fd, ctr_mask, counts[0]);
326 uncore_counts(fd, ctr_mask, counts[1]);
386 uint64_t ctr_mask; variable
396 ctr_mask = (UINT64_C(1) << nctrs) - 1;
406 cts_ctl->in.ctr_mask = ctr_mask;
413 "getting uncore counter values %#" PRIx64, ctr_mask);