Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kperf/
H A Dtask_samplers.h56 void kperf_task_snapshot_sample(task_t task, struct kperf_task_snapshot *tksn);
H A Dtask_samplers.c41 kperf_task_snapshot_sample(task_t task, struct kperf_task_snapshot *tksn) in kperf_task_snapshot_sample() function
H A Daction.c276 kperf_task_snapshot_sample(context->cur_task, &(sbuf->tk_snapshot)); in kperf_sample_internal()