X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/c18c124eaa464aaaa5549e99e5a70fc9cbb50944..3e170ce000f1506b7b5d2c5c7faec85ceabb573d:/osfmk/kperf/sample.h diff --git a/osfmk/kperf/sample.h b/osfmk/kperf/sample.h index 1f0f3117c..fb6df72d2 100644 --- a/osfmk/kperf/sample.h +++ b/osfmk/kperf/sample.h @@ -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;