Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kperf/ !
H A Dpet.c90 unsigned int g_actionid; member
113 .g_actionid = 0,
148 uint32_t actionid = kppet.g_actionid; in kppet_on_cpu()
225 kppet.g_actionid = actionid; in kppet_config()
285 } while (kppet.g_actionid == 0); in kppet_thread()
326 kperf_sample(kppet.g_sample, &ctx, kppet.g_actionid, sample_flags); in kppet_sample_thread()
327 kperf_sample_user(&kppet.g_sample->usample, &ctx, kppet.g_actionid, in kppet_sample_thread()
405 if (kperf_action_has_task(kppet.g_actionid)) { in kppet_sample_task()
411 kperf_sample(kppet.g_sample, &ctx, kppet.g_actionid, in kppet_sample_task()
415 if (!kperf_action_has_thread(kppet.g_actionid)) { in kppet_sample_task()
[all …]