Searched refs:hstep (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.sbin/btrace/
H A Dmap.c196 int hstep; member in struct:hist
207 hist->hstep = step;
266 * and `hstep' the width of the interval.
269 hist_print_bucket(char *buf, size_t buflen, long upb, long hstep) argument
273 if (hstep != 0) {
275 l = snprintf(buf, buflen, "[%lu, %lu)", upb - hstep, upb);
341 l = hist_print_bucket(buf, sizeof(buf), bin, hist->hstep);

Completed in 114 milliseconds