Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kperf/
H A Dkperf.h161 extern void kperf_lazy_cpu_sample(thread_t thread, unsigned int flags, in kperf_interrupt()
165 kperf_lazy_cpu_sample(NULL, 0, true); in kperf_interrupt()
H A Dlazy.c59 kperf_lazy_cpu_sample(thread, 0, 0); in kperf_lazy_off_cpu()
123 kperf_lazy_cpu_sample(thread_t thread, unsigned int flags, bool interrupt) in kperf_lazy_cpu_sample() function
H A Dlazy.h44 void kperf_lazy_cpu_sample(thread_t thread, unsigned int flags, bool interrupt);