Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddtrace_subr.c239 curthread->t_dtrace_vtime += ts - curthread->t_dtrace_start; in dtrace_vtime_switch()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h314 hrtime_t t_dtrace_vtime; /* DTrace virtual time */ member
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c445 t->t_dtrace_vtime = 1; /* assure vtimestamp is always non-zero */ in thread_create()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c3263 return (curthread->t_dtrace_vtime); in dtrace_dif_variable()
6984 curthread->t_dtrace_vtime += now - curthread->t_dtrace_start; in dtrace_probe()