summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/kernel/pagemgr.H3
-rw-r--r--src/include/usr/debugpointers.H1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/include/kernel/pagemgr.H b/src/include/kernel/pagemgr.H
index 2431c613d..7b5deddb4 100644
--- a/src/include/kernel/pagemgr.H
+++ b/src/include/kernel/pagemgr.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2010,2018 */
+/* Contributors Listed Below - COPYRIGHT 2010,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -200,6 +200,7 @@ class PageManager
static size_t cv_coalesce_count; //!< running coalesced counter
static size_t cv_low_page_count; //!< lowest page count
+ static size_t cv_alloc_coalesce_count; //!< number of repeat allocs
protected:
diff --git a/src/include/usr/debugpointers.H b/src/include/usr/debugpointers.H
index 01de1a0d8..5815761e8 100644
--- a/src/include/usr/debugpointers.H
+++ b/src/include/usr/debugpointers.H
@@ -95,6 +95,7 @@ constexpr uint64_t HEAPMANAGERFREECHUNKS = 0x4845415043484e4b; //'HEAPCHNK'
constexpr uint64_t PAGEMANAGER = 0x504147454d475220; //'PAGEMGR '
constexpr uint64_t PAGEMANAGERCOALESCECOUNT = 0x504147454d434e54; //'PAGEMCNT'
constexpr uint64_t PAGEMANAGERLOWPAGECOUNT = 0x504147454d4c5043; //'PAGEMLPC'
+constexpr uint64_t PAGEMANAGERALLOCCOUNT = 0x504147454d414343; //'PAGEMACC'
constexpr uint64_t SEGMENTMANAGER = 0x53474d4e544d4752; //'SGMNTMGR'
constexpr uint64_t BLOCKREADONLYEVICT = 0x424c4f434b524f45; //'BLOCKROE'
constexpr uint64_t BLOCKREADWRITEEVICT = 0x424c4f434b525745; //'BLOCKRWE'
OpenPOWER on IntegriCloud