]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kperf/kperf.h
xnu-6153.41.3.tar.gz
[apple/xnu.git] / osfmk / kperf / kperf.h
index 63434af8f37017e46a1c432abaa82bfd0f6a39f1..31f87f6a6239f28b9925d2ed12f151c1b9ea9c05 100644 (file)
@@ -41,9 +41,8 @@ extern lck_grp_t kperf_lck_grp;
 #define TRIGGER_TYPE_LAZY_WAIT (3)
 #define TRIGGER_TYPE_LAZY_CPU  (3)
 
-/* helpers to get and set AST flags on a thread */
-uint32_t kperf_get_thread_flags(thread_t thread);
-void kperf_set_thread_flags(thread_t thread, uint32_t flags);
+uint32_t kperf_get_thread_ast(thread_t thread);
+void kperf_set_thread_ast(thread_t thread, uint32_t flags);
 
 /*
  * Get and set dirtiness of thread, so kperf can track whether the thread