aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/FtraceDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/FtraceDriver.h')
-rw-r--r--tools/gator/daemon/FtraceDriver.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/gator/daemon/FtraceDriver.h b/tools/gator/daemon/FtraceDriver.h
index 5f958bec672c..b79dc9149d6a 100644
--- a/tools/gator/daemon/FtraceDriver.h
+++ b/tools/gator/daemon/FtraceDriver.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) ARM Limited 2014. All rights reserved.
+ * Copyright (C) ARM Limited 2014-2015. 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
@@ -18,7 +18,9 @@ public:
void readEvents(mxml_node_t *const xml);
+ void prepare();
int read(const char *line, int64_t **buf);
+ void stop();
private:
int64_t *mValues;