aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/MemInfoDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/MemInfoDriver.cpp')
-rw-r--r--tools/gator/daemon/MemInfoDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gator/daemon/MemInfoDriver.cpp b/tools/gator/daemon/MemInfoDriver.cpp
index 6818b978dc5b..4c0b05131945 100644
--- a/tools/gator/daemon/MemInfoDriver.cpp
+++ b/tools/gator/daemon/MemInfoDriver.cpp
@@ -44,7 +44,7 @@ MemInfoDriver::~MemInfoDriver() {
void MemInfoDriver::readEvents(mxml_node_t *const) {
// Only for use with perf
- if (!gSessionData->perf.isSetup()) {
+ if (!gSessionData->mPerf.isSetup()) {
return;
}