Home
last modified time | relevance | path

Searched refs:tr_depth (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_trace.c98 trp->tr_stack[trp->tr_depth++] = pc; in fmd_trace_frame()
99 return (trp->tr_depth >= trp->tr_tag); in fmd_trace_frame()
155 trp->tr_depth = 0; in fmd_trace_full()
H A Dfmd_trace.h44 uint8_t tr_depth; /* depth of tr_stack[] */ member
H A Dfmd_mdb.c185 t->trw_xrec->tr_depth = MIN(trp->tr_depth, t->trw_data.tb_frames); in trwalk_step()
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()
254 for (i = 0; i < trp->tr_depth; i++) in trprint_stack()
257 if (trp->tr_depth != 0) in trprint_stack()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1814 if (tr->tr_depth == 0 || tr->tr_depth > TR_STACK_DEPTH) in modent_summary()
1818 for (k = 0; k < tr->tr_depth; k++) in modent_summary()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h906 int tr_depth; member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c5051 tr_buf->tr_depth = getpcstack(tr_buf->tr_stack, TR_STACK_DEPTH); in th_trace_rrecord()