summaryrefslogtreecommitdiff
path: root/tools/gator/daemon/MemInfoDriver.h
diff options
context:
space:
mode:
authorDrew Richardson <drew.richardson@arm.com>2016-04-01 12:00:00 -0700
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:49:45 +0900
commit4f9bcded03f9bab17e496a6d70045e45c5518186 (patch)
tree60f8ccd66706529077a0e86cc421342771711842 /tools/gator/daemon/MemInfoDriver.h
parentfbbfc4e7d8e6feb6d32bf75c4632a920356a8faf (diff)
gator: Version 5.24
Signed-off-by: Drew Richardson <drew.richardson@arm.com> [Ported from https://github.com/ARM-software/gator.git to kernel tree, out of tree files are removed] Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Diffstat (limited to 'tools/gator/daemon/MemInfoDriver.h')
-rw-r--r--tools/gator/daemon/MemInfoDriver.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/gator/daemon/MemInfoDriver.h b/tools/gator/daemon/MemInfoDriver.h
index ffeaf3009e93..6d58860eefec 100644
--- a/tools/gator/daemon/MemInfoDriver.h
+++ b/tools/gator/daemon/MemInfoDriver.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) ARM Limited 2013-2015. All rights reserved.
+ * Copyright (C) ARM Limited 2013-2016. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -28,6 +28,8 @@ private:
int64_t mMemUsed;
int64_t mMemFree;
int64_t mBuffers;
+ int64_t mCached;
+ int64_t mSlab;
// Intentionally unimplemented
MemInfoDriver(const MemInfoDriver &);