summaryrefslogtreecommitdiff
path: root/drivers/gator/daemon/Child.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gator/daemon/Child.cpp')
-rw-r--r--drivers/gator/daemon/Child.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gator/daemon/Child.cpp b/drivers/gator/daemon/Child.cpp
index fe5a1f061f9..ddf105b8d31 100644
--- a/drivers/gator/daemon/Child.cpp
+++ b/drivers/gator/daemon/Child.cpp
@@ -226,7 +226,7 @@ void Child::run() {
}
// Write configuration into the driver
- collector->enablePerfCounters();
+ collector->setupPerfCounters();
// Create user-space buffers
int fifoBufferSize = collector->getBufferSize();