Home
last modified time | relevance | path

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

/freebsd-9-stable/share/examples/perfmon/
Dperfmon.c121 if (ioctl(fd, PMIOTSTAMP, &then) < 0) in main()
150 if (ioctl(fd, PMIOTSTAMP, &now) < 0) in main()
/freebsd-9-stable/sys/i386/include/
Dperfmon.h53 #define PMIOTSTAMP _IOR('5', 6, struct pmc_tstamp) macro
/freebsd-9-stable/sys/i386/i386/
Dperfmon.c389 case PMIOTSTAMP: in perfmon_ioctl()