Searched refs:sample_event_width (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.sbin/tprof/ |
H A D | tprof_top.c | 111 static u_int sample_event_width = 7; variable 656 if (sample_event_width < (u_int)l) { in show_count_per_event() 657 sample_event_width = l; in show_count_per_event() 674 sample_event_width, "Sample#", in show_count_per_event() 683 sample_event_width, sample_event_width, LINESTR, in show_count_per_event() 702 lim_printf(lim, " %*"PRIu64" ", sample_event_width, in show_count_per_event() 783 sample_event_width, "Sample#", in sample_show() 792 sample_event_width, sample_event_width, LINESTR, in sample_show() 834 lim_printf(&lim, " %*u %-32.32s", sample_event_width, in sample_show() 851 sample_event_width, ":", samples->pa_inuse - ndisp); in sample_show() [all …]
|