powerstats: add AUR MIF-REQ state residency stats
Bug: 250097197 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: I30bfd15a37582c00a09df83445580064a78794e9 Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
e67e08b092
commit
23119787cf
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@ void addSoC(std::shared_ptr<PowerStats> p) {
|
||||||
std::make_pair("AOC", "AOC"),
|
std::make_pair("AOC", "AOC"),
|
||||||
std::make_pair("GSA", "GSA"),
|
std::make_pair("GSA", "GSA"),
|
||||||
std::make_pair("TPU", "TPU"),
|
std::make_pair("TPU", "TPU"),
|
||||||
|
std::make_pair("AUR", "AUR"),
|
||||||
};
|
};
|
||||||
const std::vector<std::pair<std::string, std::string>> slcReqStateHeaders = {
|
const std::vector<std::pair<std::string, std::string>> slcReqStateHeaders = {
|
||||||
std::make_pair("AOC", "AOC"),
|
std::make_pair("AOC", "AOC"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue