summaryrefslogtreecommitdiff
path: root/simpleperf/include/simpleperf_profcollect.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/include/simpleperf_profcollect.hpp')
-rw-r--r--simpleperf/include/simpleperf_profcollect.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/include/simpleperf_profcollect.hpp b/simpleperf/include/simpleperf_profcollect.hpp
index d06ac6b4..d1e6661a 100644
--- a/simpleperf/include/simpleperf_profcollect.hpp
+++ b/simpleperf/include/simpleperf_profcollect.hpp
@@ -18,7 +18,7 @@ extern "C" {
bool HasDriverSupport();
bool HasDeviceSupport();
-bool Record(const char* event_name, const char* output, float duration);
+bool Record(const char* event_name, const char* output, float duration, const char* binary_filter);
bool Inject(const char* traceInput, const char* profileOutput, const char* binary_filter);
void SetLogFile(const char* filename);
void ResetLogFile();