aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/PerfSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/PerfSource.h')
-rw-r--r--tools/gator/daemon/PerfSource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/gator/daemon/PerfSource.h b/tools/gator/daemon/PerfSource.h
index 3f471c8de414..ce1eafe8e953 100644
--- a/tools/gator/daemon/PerfSource.h
+++ b/tools/gator/daemon/PerfSource.h
@@ -33,12 +33,13 @@ public:
void write(Sender *sender);
private:
- bool handleUEvent();
+ bool handleUEvent(const uint64_t currTime);
Buffer mSummary;
Buffer mBuffer;
PerfBuffer mCountersBuf;
PerfGroup mCountersGroup;
+ PerfGroup mIdleGroup;
Monitor mMonitor;
UEvent mUEvent;
sem_t *const mSenderSem;