Home
last modified time | relevance | path

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

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