Home
last modified time | relevance | path

Searched refs:TPROF_IOC_GETCOUNTS (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/tprof/
H A Dtprof_ioctl.h62 #define TPROF_IOC_GETCOUNTS _IOWR('T', 7, tprof_counts_t) macro
H A Dtprof.c1045 case TPROF_IOC_GETCOUNTS: in tprof_ioctl()
/netbsd-src/usr.sbin/tprof/
H A Dtprof.c202 ret = ioctl(devfd, TPROF_IOC_GETCOUNTS, &counts); in show_counters()
H A Dtprof_top.c610 ret = ioctl(devfd, TPROF_IOC_GETCOUNTS, &countsbuf); in show_counters()