powerstats: correct CL2-DVFS mapping number

Bug: 302016063
Test: Build pass
Change-Id: I7924b0888fa7bb9e7382a2f3e9891a5440ad63a5
Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
Darren Hsu 2023-09-26 12:36:32 +08:00
parent 37e530d069
commit 0f74bf9f47

View file

@ -169,7 +169,7 @@ void addDvfsStats(std::shared_ptr<PowerStats> p) {
std::vector<std::pair<std::string, std::string>> adpCfgs = {
std::make_pair("CL0", "/sys/devices/system/cpu/cpufreq/policy0/stats"),
std::make_pair("CL1", "/sys/devices/system/cpu/cpufreq/policy4/stats"),
std::make_pair("CL2", "/sys/devices/system/cpu/cpufreq/policy8/stats"),
std::make_pair("CL2", "/sys/devices/system/cpu/cpufreq/policy7/stats"),
std::make_pair("MIF",
"/sys/devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif")};