Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kperf/
H A Daction.h77 #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.c319 if (sample_flags & SAMPLE_FLAG_SYSTEM) { in kperf_sample_internal()