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

/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c619 mdb_printf("%016llx %04hx %-12s %02x %02x %0?p %A\n", ttp->tt_tick,
623 mdb_printf("%016llx %04hx %-12s %04hx %0?p %A\n", ttp->tt_tick,
644 ttp->tt_tick, ttp->tt_tstate, ttp->tt_tt, ttp->tt_tl, ttp->tt_gl,
649 ttp->tt_tick, ttp->tt_tstate, ttp->tt_tt, ttp->tt_tl,
753 if (tc->tc_rec->tt_tick == 0)
754 mdb_warn("Warning: tt_tick == 0\n");
756 if (tc->tc_rec->tt_tick > oldest_tick) {
757 oldest_tick = tc->tc_rec->tt_tick;
919 ttp->tt_tick, ttp->tt_ty, ttp->tt_tag, ttp->tt_tt, ttstr,
938 ttp->tt_tick, tt
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dtraptrace.h88 uint64_t tt_tick; /* Tick */ member in struct:htrap_trace_record
105 uint64_t tt_tick; member in struct:trap_trace_record
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtraptrace.h63 uint64_t tt_tick; member in struct:trap_trace_record

Completed in 49 milliseconds