Home
last modified time | relevance | path

Searched refs:nmonitors (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/tests/
H A Dmonotonic_uncore.c229 uncore_add_all(int fd, uint64_t event, int *nmonitors) in uncore_add_all() argument
251 if (nmonitors) { in uncore_add_all()
256 *nmonitors = (int)info_ctl.out.nmonitors; in uncore_add_all()
269 int nmonitors = 0; variable
283 nctrs = uncore_add_all(fd, REF_TIMEBASE_EVENT, &nmonitors);
329 for (int mon = 0; mon < nmonitors; mon++) {
384 int nmonitors; variable
395 nctrs = uncore_add_all(fd, REF_TIMEBASE_EVENT, &nmonitors);
402 uint64_t counts[nctrs * nmonitors];
/xnu-8020.121.3/bsd/sys/
H A Dmonotonic.h95 unsigned int nmonitors; member
/xnu-8020.121.3/bsd/dev/
H A Dmonotonic.c295 .nmonitors = dev->mtd_nmonitors, in mt_cdev_ioctl()