Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dmonotonic_uncore.c227 uncore_add_all(int fd, uint64_t event, int *nmonitors) in uncore_add_all() argument
249 if (nmonitors) { in uncore_add_all()
254 *nmonitors = (int)info_ctl.out.nmonitors; in uncore_add_all()
268 int nmonitors = 0; variable
282 nctrs = uncore_add_all(fd, REF_TIMEBASE_EVENT, &nmonitors);
328 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-12377.1.9/bsd/sys/
H A Dmonotonic.h95 unsigned int nmonitors; member
/xnu-12377.1.9/bsd/dev/
H A Dmonotonic.c307 .nmonitors = dev->mtd_nmonitors, in mt_cdev_ioctl()