Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tprof/
H A Dtprof.c79 tprof_sample_t b_data[];
82 (sizeof(tprof_buf_t) + (sz) * sizeof(tprof_sample_t))
711 tprof_sample_t *sp; in tprof_sample()
903 kn->kn_data = n * sizeof(tprof_sample_t); in filt_tprof_read_event()
975 bytes = MIN(buf->b_used * sizeof(tprof_sample_t) - in tprof_read()
988 buf->b_used * sizeof(tprof_sample_t)) { in tprof_read()
H A Dtprof_types.h54 } tprof_sample_t; typedef
/netbsd-src/usr.sbin/tprof/
H A Dtprof_top.c467 sample_collect(tprof_sample_t *s) in sample_collect()
999 tprof_bufsize = sizeof(tprof_sample_t) * 1024 * 32; in tprof_top()
1057 tprof_sample_t *s = in tprof_top()
1058 (tprof_sample_t *)tprof_buf; in tprof_top()
1060 (tprof_sample_t *)(tprof_buf + len)) in tprof_top()
H A Dtprof_analyze.c204 tprof_sample_t sample; in tprof_analyze()