Searched refs:th_trace (Results 1 – 2 of 2) sorted by relevance
5035 th_trace_rrecord(th_trace_t *th_trace) in th_trace_rrecord() argument5040 lastref = th_trace->th_trace_lastref; in th_trace_rrecord()5044 th_trace->th_trace_lastref = lastref; in th_trace_rrecord()5045 tr_buf = &th_trace->th_trbuf[lastref]; in th_trace_rrecord()5053 th_trace_t *th_trace = value; in th_trace_free() local5055 ASSERT(th_trace->th_refcnt == 0); in th_trace_free()5056 kmem_free(th_trace, sizeof (*th_trace)); in th_trace_free()5115 th_trace_t *th_trace; in th_trace_ref() local5128 th_trace = kmem_zalloc(sizeof (th_trace_t), KM_NOSLEEP); in th_trace_ref()5129 if (th_trace == NULL) in th_trace_ref()[all …]
1846 th_trace(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in th_trace() function1922 { "th_trace", "?[-n]", "display th_trace_t structures", th_trace,