Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dmonotonic_uncore.c231 uncore_add_all(int fd, uint64_t event, int *nmonitors) in uncore_add_all() argument
253 if (nmonitors) { in uncore_add_all()
258 *nmonitors = (int)info_ctl.out.nmonitors; in uncore_add_all()
270 int nmonitors = 0; variable
284 nctrs = uncore_add_all(fd, REF_TIMEBASE_EVENT, &nmonitors);
330 for (int mon = 0; mon < nmonitors; mon++) {
380 int nmonitors; variable
391 nctrs = uncore_add_all(fd, REF_TIMEBASE_EVENT, &nmonitors);
398 uint64_t counts[nctrs * nmonitors];
/xnu-8020.101.4/bsd/sys/
H A Dmonotonic.h95 unsigned int nmonitors; member
/xnu-8020.101.4/bsd/dev/
H A Dmonotonic.c292 .nmonitors = dev->mtd_nmonitors, in mt_cdev_ioctl()