HomeSort by: relevance | last modified time | path
    Searched refs:TPROF_IOC_GETNCOUNTERS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/tprof/
tprof_ioctl.h 60 #define TPROF_IOC_GETNCOUNTERS _IOR('T', 5, u_int)
tprof.c 1019 case TPROF_IOC_GETNCOUNTERS:
  /src/usr.sbin/tprof/
tprof.c 582 ret = ioctl(devfd, TPROF_IOC_GETNCOUNTERS, &ncounters);
584 err(EXIT_FAILURE, "TPROF_IOC_GETNCOUNTERS");

Completed in 500 milliseconds