Searched refs:tr_stack (Results 1 – 6 of 6) sorted by relevance
46 uintptr_t tr_stack[1]; /* stack trace (optional) */ member
186 t->trw_xrec->tr_stack[t->trw_xrec->tr_depth] = t->trw_tid; in trwalk_step()217 mdb_printf("%3lu ", trp->tr_stack[trp->tr_depth]); in trprint_msg()218 else if (trp->tr_stack[trp->tr_depth] != tid) in trprint_msg()236 mdb_printf("%3lu ", trp->tr_stack[trp->tr_depth]); in trprint_cpp()237 else if (trp->tr_stack[trp->tr_depth] != tid) in trprint_cpp()255 mdb_printf("\t%a\n", trp->tr_stack[i]); in trprint_stack()
98 trp->tr_stack[trp->tr_depth++] = pc; in fmd_trace_frame()
908 pc_t tr_stack[TR_STACK_DEPTH]; member
1843 mdb_printf("\t\t%a\n", tr->tr_stack[k]); in modent_summary()
5051 tr_buf->tr_depth = getpcstack(tr_buf->tr_stack, TR_STACK_DEPTH); in th_trace_rrecord()