Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kperf/
H A Daction.h75 #define SAMPLE_FLAG_SYSTEM (1U << 5) macro
H A Dkptimer.c310 first ? SAMPLE_FLAG_SYSTEM : 0); in kptimer_fire()
464 SAMPLE_FLAG_SYSTEM); in kptimer_pet_handler()
H A Daction.c318 if (sample_flags & SAMPLE_FLAG_SYSTEM) { in kperf_sample_internal()