Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kperf/
H A Daction.c179 if (sample_flags & SAMPLE_FLAG_ONLY_SYSTEM) { in kperf_prepare_sample_what()
184 if (sample_flags & SAMPLE_FLAG_THREAD_ONLY) { in kperf_prepare_sample_what()
187 if (sample_flags & SAMPLE_FLAG_TASK_ONLY) { in kperf_prepare_sample_what()
203 actionv[actionid - 1].sample, sample_flags); in kperf_sample_user()
217 unsigned sample_what, unsigned sample_flags, in kperf_sample_internal() argument
285 if (sample_flags & SAMPLE_FLAG_PEND_USER) { in kperf_sample_internal()
319 if (sample_flags & SAMPLE_FLAG_PEND_USER && in kperf_sample_internal()
330 actionid, userdata, sample_flags); in kperf_sample_internal()
332 if (sample_flags & SAMPLE_FLAG_SYSTEM) { in kperf_sample_internal()
370 if (sample_flags & SAMPLE_FLAG_PEND_USER) { in kperf_sample_internal()
[all …]
H A Daction.h91 unsigned sample_flags);
97 unsigned int actionid, unsigned int sample_flags);
H A Dpet.c304 uint32_t sample_flags = SAMPLE_FLAG_IDLE_THREADS | in kppet_sample_thread() local
324 sample_flags |= SAMPLE_FLAG_EMPTY_CALLSTACK; in kppet_sample_thread()
328 kperf_sample(kppet.g_sample, &ctx, kppet.g_actionid, sample_flags); in kppet_sample_thread()
330 sample_flags); in kppet_sample_thread()