Searched refs:g_actionid (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/osfmk/kperf/ |
| H A D | pet.c | 90 unsigned int g_actionid; member 114 .g_actionid = 0, 176 uint32_t actionid = kppet.g_actionid; in kppet_on_cpu() 256 kppet.g_actionid = actionid; in kppet_config() 318 } while (kppet.g_actionid == 0); in kppet_thread() 359 kperf_sample(kppet.g_sample, &ctx, kppet.g_actionid, sample_flags); in kppet_sample_thread() 360 kperf_sample_user(&kppet.g_sample->usample, &ctx, kppet.g_actionid, in kppet_sample_thread() 438 if (kperf_action_has_task(kppet.g_actionid)) { in kppet_sample_task() 444 kperf_sample(kppet.g_sample, &ctx, kppet.g_actionid, in kppet_sample_task() 448 if (!kperf_action_has_thread(kppet.g_actionid)) { in kppet_sample_task() [all …]
|