summaryrefslogtreecommitdiff
path: root/simpleperf/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/environment.h')
-rw-r--r--simpleperf/environment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simpleperf/environment.h b/simpleperf/environment.h
index 16df6906..11eee2ff 100644
--- a/simpleperf/environment.h
+++ b/simpleperf/environment.h
@@ -69,6 +69,7 @@ bool GetThreadName(pid_t tid, std::string* name);
bool GetValidThreadsFromThreadString(const std::string& tid_str, std::set<pid_t>* tid_set);
bool CheckPerfEventLimit();
+bool GetMaxSampleFrequency(uint64_t* max_sample_freq);
bool CheckSampleFrequency(uint64_t sample_freq);
bool CheckKernelSymbolAddresses();