+/*
+ * For data that must be sampled in a fault-able context.
+ */
+struct kperf_usample {
+ struct kperf_thread_dispatch th_dispatch;
+ struct kp_ucallstack ucallstack;
+ struct kperf_thread_info th_info;
+};
+
+struct kperf_sample {
+ struct kperf_thread_info th_info;
+ struct kperf_thread_scheduling th_scheduling;
+ struct kperf_thread_snapshot th_snapshot;