mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
powerstats: add TPU MIF-REQ state residency
Bug: 206913765 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: Ifec43d031ec15499547c325afdddd549b1d43179 Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
committed by
TreeHugger Robot
parent
11c6bdb6f9
commit
2dcb8a176f
@@ -253,6 +253,7 @@ void addSoC(std::shared_ptr<PowerStats> p) {
|
||||
const std::vector<std::pair<std::string, std::string>> mifReqStateHeaders = {
|
||||
std::make_pair("AOC", "AOC"),
|
||||
std::make_pair("GSA", "GSA"),
|
||||
std::make_pair("TPU", "TPU"),
|
||||
};
|
||||
const std::vector<std::pair<std::string, std::string>> slcReqStateHeaders = {
|
||||
std::make_pair("AOC", "AOC"),
|
||||
|
||||
Reference in New Issue
Block a user