Home
last modified time | relevance | path

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

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