Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kperf/
H A Daction.h43 #define SAMPLER_TH_INFO (1U << 0) macro
60 #define SAMPLER_THREAD_MASK (SAMPLER_TH_INFO | SAMPLER_TH_SNAPSHOT | \
H A Daction.c142 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_user_internal()
159 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_user_internal()
244 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_internal()
328 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_internal()
513 sample_what |= SAMPLER_USTACK | SAMPLER_TH_INFO; in kperf_thread_ast_handler()