Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tprof/
H A Dtprof_ioctl.h49 uint64_t ts_overflow; /* samples dropped due to overflow */ member
H A Dtprof.c236 tprof_stat.ts_overflow += buf->b_overflow; in tprof_worker()
/netbsd-src/usr.sbin/tprof/
H A Dtprof.c529 fprintf(stderr, "\toverflow %" PRIu64 "\n", ts.ts_overflow); in tprof_monitor_common()
H A Dtprof_top.c573 TS_PRINT(1, "overflow:", ts_overflow); in show_tprof_stat()