Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tprof/
H A Dtprof_ioctl.h61 #define TPROF_IOC_CONFIGURE_EVENT _IOW('T', 6, tprof_param_t) macro
H A Dtprof.c1039 case TPROF_IOC_CONFIGURE_EVENT: in tprof_ioctl()
/netbsd-src/usr.sbin/tprof/
H A Dtprof.c459 ret = ioctl(devfd, TPROF_IOC_CONFIGURE_EVENT, &params[i]); in tprof_monitor_common()
H A Dtprof_top.c976 ret = ioctl(devfd, TPROF_IOC_CONFIGURE_EVENT, &params[i]); in tprof_top()