Searched refs:cur_pid (Results 1 – 9 of 9) sorted by relevance
| /xnu-10002.41.9/osfmk/kperf/ |
| H A D | lazy.c | 104 .cur_pid = task_pid(task), in kperf_lazy_wait_sample() 151 .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 | 231 bool is_kernel = (context->cur_pid == 0); in kperf_sample_internal() 401 if ((pid_filter != -1) && (pid_filter != context->cur_pid)) { in kperf_sample() 433 .cur_pid = task_pid(task), in kperf_kdebug_handler() 504 .cur_pid = task_pid(task), in kperf_thread_ast_handler()
|
| H A D | task_samplers.c | 107 BUF_DATA(PERF_TK_INFO_DATA, ctx->cur_pid); in kperf_task_info_log()
|
| H A D | thread_samplers.c | 112 ti->kpthi_pid = context->cur_pid; in kperf_thread_info_sample()
|
| H A D | kptimer.c | 220 .cur_pid = task_pid(task), in kptimer_sample_curcpu()
|
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | kpc_common.c | 561 .cur_pid = task_pid(task), in kpc_sample_kperf()
|
| /xnu-10002.41.9/bsd/vfs/ |
| H A D | vfs_subr.c | 12383 pid_t cur_pid = proc_getpid(current_proc()); \ 12384 printf("%s(%d): " fmt "\n", __func__, cur_pid, ##args); \
|