Home
last modified time | relevance | path

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

/src/share/examples/perfmon/ !
H A Dperfmon.c126 value.pmcd_num = 0; in main()
133 if (ioctl(fd, PMIORESET, &value.pmcd_num) < 0) in main()
/src/sys/i386/include/ !
H A Dperfmon.h85 int pmcd_num; member
/src/sys/i386/i386/ !
H A Dperfmon.c382 rv = perfmon_read(pmcd->pmcd_num, &pmcd->pmcd_value); in perfmon_ioctl()