Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kperf/
H A Dtask_samplers.h35 struct kperf_task_snapshot { struct
53 void kperf_task_snapshot_sample(task_t task, struct kperf_task_snapshot *tksn); argument
54 void kperf_task_snapshot_log(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()
80 kperf_task_snapshot_log(struct kperf_task_snapshot *tksn) in kperf_task_snapshot_log()
H A Dsample.h60 struct kperf_task_snapshot tk_snapshot;