Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/tprof/
H A Dtprof_top.c109 static u_int sample_n_kern[SAMPLE_MODE_NUM]; variable
407 sample_n_kern[mode] = 0; in sample_reset()
501 sample_n_kern[SAMPLE_MODE_ACCUMULATIVE]++; in sample_collect()
502 sample_n_kern[SAMPLE_MODE_INSTANTANEOUS]++; in sample_collect()
648 nsample_total = sample_n_kern[opt_mode] + sample_n_user[opt_mode]; in show_count_per_event()
817 nsample_total = sample_n_kern[opt_mode]; in sample_show()
874 sample_event_width, sample_n_kern[opt_mode], "in-kernel"); in sample_show()