Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kperf/
H A Daction.h43 #define SAMPLER_TH_INFO (1U << 0) macro
61 #define SAMPLER_THREAD_MASK (SAMPLER_TH_INFO | SAMPLER_TH_SNAPSHOT | \
H A Daction.c146 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_user_internal()
163 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_user_internal()
249 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_internal()
341 if (sample_what & SAMPLER_TH_INFO) { in kperf_sample_internal()
529 sample_what |= SAMPLER_USTACK | SAMPLER_TH_INFO; in kperf_thread_ast_handler()