Searched defs:kperf_sample (Results 1 – 2 of 2) sorted by relevance
55 struct kperf_sample { struct56 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;
407 kperf_sample(struct kperf_sample *sbuf, in kperf_sample() function