summaryrefslogtreecommitdiff
path: root/simpleperf/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/utils.h')
-rw-r--r--simpleperf/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simpleperf/utils.h b/simpleperf/utils.h
index c65641cc..420fcc97 100644
--- a/simpleperf/utils.h
+++ b/simpleperf/utils.h
@@ -121,4 +121,5 @@ bool MkdirWithParents(const std::string& path);
bool GetLogSeverity(const std::string& name, android::base::LogSeverity* severity);
+bool IsRoot();
#endif // SIMPLE_PERF_UTILS_H_