Home
last modified time | relevance | path

Searched refs:SAMPLER_TH_INFO (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/kperf/
H A Daction.h41 #define SAMPLER_TH_INFO (1U << 0) macro
58 #define SAMPLER_THREAD_MASK (SAMPLER_TH_INFO | SAMPLER_TH_SNAPSHOT | \
H A Daction.c141 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_user_internal()
158 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_user_internal()
243 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_internal()
327 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_internal()
512 sample_what |= SAMPLER_USTACK | SAMPLER_TH_INFO; in kperf_thread_ast_handler()