Home
last modified time | relevance | path

Searched refs:dtrace_calc_thread_recent_vtime (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dthread.h1711 extern int64_t dtrace_calc_thread_recent_vtime(thread_t);
H A Dthread.c4394 dtrace_calc_thread_recent_vtime(thread_t thread) in dtrace_calc_thread_recent_vtime() function
/xnu-12377.81.4/bsd/dev/dtrace/
H A Ddtrace.c7121 …recent_vtime = dtrace_abs_to_nano(dtrace_calc_thread_recent_vtime(thread)); /* up to the moment th… in dtrace_probe()