aboutsummaryrefslogtreecommitdiff
path: root/daemon/Collector.h
diff options
context:
space:
mode:
authorWade Cherry <wade.cherry@arm.com>2012-02-23 09:56:29 +0000
committerJon Medhurst <tixy@linaro.org>2012-02-23 11:44:19 +0000
commit7a0ed3ca97fbb2088c2c55cb7fd31e84c7927372 (patch)
tree675768f7034002cb86953a6b10eceefd44c5f30c /daemon/Collector.h
parent254175acd4e6edbecaa33a7e22455f387df02d58 (diff)
daemon: Fix counters initialisation
In certain circumstances counter were not enabled correctly. Fixed. Signed-off-by: Wade Cherry <wade.cherry@arm.com> Signed-off-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'daemon/Collector.h')
-rw-r--r--daemon/Collector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Collector.h b/daemon/Collector.h
index 1cfe84e..6c80725 100644
--- a/daemon/Collector.h
+++ b/daemon/Collector.h
@@ -19,6 +19,7 @@ public:
void stop();
int collect(char* buffer);
void enablePerfCounters();
+ void setupPerfCounters();
int getBufferSize() {return bufferSize;}
private:
int bufferSize;