]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kperf/sample.h
xnu-4570.41.2.tar.gz
[apple/xnu.git] / osfmk / kperf / sample.h
index 42637fa318de802917b723159998f438439703fc..35175294f9f55f5f1c10df37b880293591837d3d 100644 (file)
@@ -53,6 +53,6 @@ struct kperf_sample {
 };
 
 /* cache of threads on each CPU during a timer fire */
-extern thread_t *kperf_thread_on_cpus;
+extern uint64_t *kperf_tid_on_cpus;
 
 #endif /* !defined(KPERF_SAMPLE_H) */