summaryrefslogtreecommitdiff
path: root/simpleperf/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/environment.h')
-rw-r--r--simpleperf/environment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/simpleperf/environment.h b/simpleperf/environment.h
index cb44ebe3..b8eac610 100644
--- a/simpleperf/environment.h
+++ b/simpleperf/environment.h
@@ -69,4 +69,6 @@ bool GetValidThreadsFromThreadString(const std::string& tid_str, std::set<pid_t>
bool GetExecPath(std::string* exec_path);
+bool CheckPerfEventLimit();
+
#endif // SIMPLE_PERF_ENVIRONMENT_H_