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

  /src/sys/dev/tprof/
tprof_ioctl.h 62 #define TPROF_IOC_GETCOUNTS _IOWR('T', 7, tprof_counts_t)
tprof.c 1045 case TPROF_IOC_GETCOUNTS:
  /src/usr.sbin/tprof/
tprof.c 202 ret = ioctl(devfd, TPROF_IOC_GETCOUNTS, &counts);
204 err(EXIT_FAILURE, "TPROF_IOC_GETCOUNTS");
tprof_top.c 610 ret = ioctl(devfd, TPROF_IOC_GETCOUNTS, &countsbuf);
612 die_errc(EXIT_FAILURE, errno, "TPROF_IOC_GETCOUNTS");

Completed in 13 milliseconds