powerstats: update CPU core configurations
Bug: 316437592 Test: vts-tradefed run vts -m VtsHalPowerStatsTargetTest Change-Id: Ia49f8aec7c6ec208583414a80d4e852081435c0a Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
433c009161
commit
37ab4eee9e
1 changed files with 1 additions and 2 deletions
|
@ -325,8 +325,7 @@ void addCPUclusters(std::shared_ptr<PowerStats> p) {
|
|||
std::make_pair("CPU4", "cpu4"),
|
||||
std::make_pair("CPU5", "cpu5"),
|
||||
std::make_pair("CPU6", "cpu6"),
|
||||
std::make_pair("CPU7", "cpu7"),
|
||||
std::make_pair("CPU8", "cpu8")},
|
||||
std::make_pair("CPU7", "cpu7")},
|
||||
.states = {
|
||||
std::make_pair("DOWN", "[state1]")}};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue