Lines Matching refs:ctr_mask
95 uncore_counts(int fd, uint64_t ctr_mask, uint64_t *counts) in uncore_counts() argument
101 cts_ctl->in.ctr_mask = ctr_mask; in uncore_counts()
270 uint64_t ctr_mask; variable
284 ctr_mask = (UINT64_C(1) << nctrs) - 1;
296 uncore_counts(fd, ctr_mask, counts[0]);
300 uncore_counts(fd, ctr_mask, counts[1]);
318 uncore_counts(fd, ctr_mask, counts[0]);
327 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);