Home
last modified time | relevance | path

Searched refs:t_dtrace_vtime (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Ddtrace_subr.c308 curthread->t_dtrace_vtime += ts - curthread->t_dtrace_start; in dtrace_vtime_switch()
/titanic_50/usr/src/uts/common/sys/
H A Dthread.h308 hrtime_t t_dtrace_vtime; /* DTrace virtual time */ member
/titanic_50/usr/src/uts/common/disp/
H A Dthread.c443 t->t_dtrace_vtime = 1; /* assure vtimestamp is always non-zero */ in thread_create()
/titanic_50/usr/src/uts/common/dtrace/
H A Ddtrace.c3131 return (curthread->t_dtrace_vtime); in dtrace_dif_variable()
6749 curthread->t_dtrace_vtime += now - curthread->t_dtrace_start; in dtrace_probe()