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

  /src/sys/dev/tprof/
tprof_ioctl.h 52 uint64_t ts_dropbuf; /* buffers dropped due to the global limit */ member in struct:tprof_stat
53 uint64_t ts_dropbuf_sample; /* samples dropped with ts_dropbuf */
tprof.c 245 tprof_stat.ts_dropbuf++;
  /src/usr.sbin/tprof/
tprof.c 532 fprintf(stderr, "\tdropbuf %" PRIu64 "\n", ts.ts_dropbuf);
tprof_top.c 576 TS_PRINT(4, "dropbuf:", ts_dropbuf);

Completed in 86 milliseconds