]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/kperf_helpers.h
xnu-7195.60.75.tar.gz
[apple/xnu.git] / tests / kperf_helpers.h
index 238d37afb39d955a07b728cbd8b86f631fbeb5cf..130d3e1b22fb8e97b1cfbfa1f497428861f582a3 100644 (file)
@@ -9,5 +9,9 @@ void configure_kperf_stacks_timer(pid_t pid, unsigned int period_ms,
 
 #define PERF_SAMPLE KDBG_EVENTID(DBG_PERF, 0, 0)
 #define PERF_KPC_PMI KDBG_EVENTID(DBG_PERF, 6, 0)
+#define PERF_STK_KHDR  UINT32_C(0x25020014)
+#define PERF_STK_UHDR  UINT32_C(0x25020018)
+#define PERF_STK_KDATA UINT32_C(0x2502000c)
+#define PERF_STK_UDATA UINT32_C(0x25020010)
 
 #endif /* !defined(KPERF_HELPERS_H) */