Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kperf/
H A Daction.h79 #define SAMPLE_FLAG_SYSTEM (1U << 5) macro
H A Dkptimer.c307 first ? SAMPLE_FLAG_SYSTEM : 0); in kptimer_fire()
461 SAMPLE_FLAG_SYSTEM); in kptimer_pet_handler()
H A Daction.c332 if (sample_flags & SAMPLE_FLAG_SYSTEM) { in kperf_sample_internal()