]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kperf/sample.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / osfmk / kperf / sample.h
index 1f0f3117c1006b0cdc9e6e64f4bfed4f2a2666dc..fb6df72d2261e2154ba0fc0b71d31aa9af7c545a 100644 (file)
@@ -29,6 +29,7 @@
 #include "threadinfo.h"
 #include "callstack.h"
 #include "kperf_kpc.h"
+#include "meminfo.h"
 
 #ifndef __KPERF_SAMPLE_H__
 #define __KPERF_SAMPLE_H__
@@ -40,6 +41,7 @@ struct kperf_sample
        struct tinfo_ex   tinfo_ex;
        struct callstack  kcallstack;
        struct callstack  ucallstack;
+       struct meminfo    meminfo;
 
 #if KPC
        struct kpcdata    kpcdata;