Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread.h1670 extern void dtrace_set_thread_predcache(thread_t, uint32_t);
H A Dthread.c4314 dtrace_set_thread_predcache(thread_t thread, uint32_t predcache) in dtrace_set_thread_predcache() function
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c6305 dtrace_set_thread_predcache(current_thread(), 0); in dtrace_dif_emulate()
7378 dtrace_set_thread_predcache(current_thread(), cid); in dtrace_probe()
16638 dtrace_set_thread_predcache(current_thread(), 0); in dtrace_proc_exec()