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

/freebsd-11-stable/share/examples/perfmon/
H A Dperfmon.c125 if (ioctl(fd, PMIOSTART, &num) < 0)
126 err(1, "ioctl(PMIOSTART)");
137 if (ioctl(fd, PMIOSTART, &num) < 0)
138 err(1, "ioctl(PMIOSTART)");
/freebsd-11-stable/sys/i386/include/
H A Dperfmon.h49 #define PMIOSTART _IOW('5', 2, int) macro
/freebsd-11-stable/sys/i386/i386/
H A Dperfmon.c360 case PMIOSTART:

Completed in 129 milliseconds