Searched refs:cur_pid (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.121.3/osfmk/kperf/ |
| H A D | lazy.c | 109 .cur_pid = task_pid(task), in kperf_lazy_wait_sample() 155 .cur_pid = task_pid(task), in kperf_lazy_cpu_sample()
|
| H A D | context.h | 37 int cur_pid; member
|
| H A D | pet.c | 162 .cur_pid = task_pid(task), in kppet_on_cpu() 312 .cur_pid = pid, in kppet_sample_thread() 410 .cur_pid = pid, in kppet_sample_task()
|
| H A D | action.c | 230 bool is_kernel = (context->cur_pid == 0); in kperf_sample_internal() 400 if ((pid_filter != -1) && (pid_filter != context->cur_pid)) { in kperf_sample() 432 .cur_pid = task_pid(task), in kperf_kdebug_handler() 503 .cur_pid = task_pid(task), in kperf_thread_ast_handler()
|
| H A D | task_samplers.c | 106 BUF_DATA(PERF_TK_INFO_DATA, ctx->cur_pid); in kperf_task_info_log()
|
| H A D | thread_samplers.c | 113 ti->kpthi_pid = context->cur_pid; in kperf_thread_info_sample()
|
| H A D | kptimer.c | 225 .cur_pid = task_pid(task), in kptimer_sample_curcpu()
|
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | kpc_common.c | 561 .cur_pid = task_pid(task), in kpc_sample_kperf()
|