Searched refs:g_actionid (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/osfmk/kperf/ |
| H A D | pet.c | 90 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() 287 } while (kppet.g_actionid == 0); in kppet_thread() 328 kperf_sample(kppet.g_sample, &ctx, kppet.g_actionid, sample_flags); in kppet_sample_thread() 329 kperf_sample_user(&kppet.g_sample->usample, &ctx, kppet.g_actionid, in kppet_sample_thread() 407 if (kperf_action_has_task(kppet.g_actionid)) { in kppet_sample_task() 413 kperf_sample(kppet.g_sample, &ctx, kppet.g_actionid, in kppet_sample_task() 417 if (!kperf_action_has_thread(kppet.g_actionid)) { in kppet_sample_task() [all …]
|