Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c512 buf[i].cyt_buf[ndx].cyt_tstamp <<= 1; in cyctrace_walk_step()
513 buf[i].cyt_buf[ndx].cyt_tstamp >>= 1; in cyctrace_walk_step()
515 if (buf[i].cyt_buf[ndx].cyt_tstamp > latest) { in cyctrace_walk_step()
516 latest = buf[i].cyt_buf[ndx].cyt_tstamp; in cyctrace_walk_step()
536 if (buf->cyt_buf[new_ndx].cyt_tstamp != 0 && in cyctrace_walk_step()
537 buf->cyt_buf[new_ndx].cyt_tstamp > buf->cyt_buf[ndx].cyt_tstamp) in cyctrace_walk_step()
570 i == CY_LOW_LEVEL ? "low" : "????", rec->cyt_tstamp, WHYLEN, c, in cyctrace_walk()
/illumos-gate/usr/src/uts/common/sys/
H A Dcyclic_impl.h470 hrtime_t cyt_tstamp; member
/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c707 _rec->cyt_tstamp = gethrtime_unscaled(); \