Searched refs:PMIOTSTAMP (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/share/examples/perfmon/
H A Dperfmon.c121 if (ioctl(fd, PMIOTSTAMP, &then) < 0)
122 err(1, "ioctl(PMIOTSTAMP)");
150 if (ioctl(fd, PMIOTSTAMP, &now) < 0)
151 err(1, "ioctl(PMIOTSTAMP)");
/freebsd-11-stable/sys/i386/include/
H A Dperfmon.h53 #define PMIOTSTAMP _IOR('5', 6, struct pmc_tstamp) macro
/freebsd-11-stable/sys/i386/i386/
H A Dperfmon.c389 case PMIOTSTAMP:

Completed in 119 milliseconds