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:
parent
37e530d069
commit
0f74bf9f47
1 changed files with 1 additions and 1 deletions
|
@ -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")};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue