Searched defs:tc_rec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c659 struct trap_trace_record *tc_rec; member in struct:ttrace_cpu_data
718 tc->tc_rec = (struct trap_trace_record *)
749 if (tc->tc_rec == NULL)
753 if (tc->tc_rec->tt_tick == 0)
756 if (tc->tc_rec->tt_tick > oldest_tick) {
757 oldest_tick = tc->tc_rec->tt_tick;
766 rec = tc->tc_rec;
776 tc->tc_rec--;
778 if (tc->tc_rec < tc->tc_buf)
779 tc->tc_rec
947 struct htrap_trace_record *tc_rec; member in struct:httrace_cpu_data
[all...]

Completed in 1609 milliseconds