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 0b565ea4..241619e0 100644
--- a/simpleperf/environment.h
+++ b/simpleperf/environment.h
@@ -82,4 +82,6 @@ bool ProcessKernelSymbols(const std::string& symbol_file,
bool CheckPerfEventLimit();
bool GetMaxSampleFrequency(uint64_t* max_sample_freq);
+std::string GetHardwareFromCpuInfo(const std::string& cpu_info);
+
#endif // SIMPLE_PERF_ENVIRONMENT_H_