summaryrefslogtreecommitdiff
path: root/simpleperf/ETMDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/ETMDecoder.h')
-rw-r--r--simpleperf/ETMDecoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simpleperf/ETMDecoder.h b/simpleperf/ETMDecoder.h
index 3ebbd7dd..b9493acd 100644
--- a/simpleperf/ETMDecoder.h
+++ b/simpleperf/ETMDecoder.h
@@ -61,6 +61,7 @@ class ETMDecoder {
virtual void RegisterCallback(const CallbackFn& callback) = 0;
virtual bool ProcessData(const uint8_t* data, size_t size) = 0;
+ virtual bool FinishData() = 0;
};
} // namespace simpleperf \ No newline at end of file