Lines Matching refs:ctr_mask
96 uncore_counts(int fd, uint64_t ctr_mask, uint64_t *counts) in uncore_counts() argument
102 cts_ctl->in.ctr_mask = ctr_mask; in uncore_counts()
271 uint64_t ctr_mask; variable
285 ctr_mask = (UINT64_C(1) << nctrs) - 1;
297 uncore_counts(fd, ctr_mask, counts[0]);
301 uncore_counts(fd, ctr_mask, counts[1]);
319 uncore_counts(fd, ctr_mask, counts[0]);
328 uncore_counts(fd, ctr_mask, counts[1]);
382 uint64_t ctr_mask; variable
392 ctr_mask = (UINT64_C(1) << nctrs) - 1;
402 cts_ctl->in.ctr_mask = ctr_mask;
409 "getting uncore counter values %#" PRIx64, ctr_mask);