Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kperf/
H A Dtask_samplers.h53 void kperf_task_snapshot_sample(task_t task, struct kperf_task_snapshot *tksn);
H A Dtask_samplers.c40 kperf_task_snapshot_sample(task_t task, struct kperf_task_snapshot *tksn) in kperf_task_snapshot_sample() function
H A Daction.c277 kperf_task_snapshot_sample(context->cur_task, &(sbuf->tk_snapshot)); in kperf_sample_internal()