Home
last modified time | relevance | path

Searched defs:kperf_sample (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/kperf/
H A Dsample.h55 struct kperf_sample { struct
56 struct kperf_thread_info th_info;
57 struct kperf_thread_scheduling th_scheduling;
58 struct kperf_thread_snapshot th_snapshot;
60 struct kperf_task_snapshot tk_snapshot;
62 struct kp_kcallstack kcallstack;
63 struct meminfo meminfo;
65 struct kperf_usample usample;
68 struct kpcdata kpcdata;
72 uint64_t sample_time;
H A Daction.c407 kperf_sample(struct kperf_sample *sbuf, in kperf_sample() function