powerstats: acpm_stats driver has moved

Bug: 182255966
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I667fb71f6f2c7aade2d56dc8ec8d4462dcc97594
This commit is contained in:
Benjamin Schwartz 2021-03-09 11:20:04 -08:00
parent 0d6392efa6
commit 82a0c52a12

View file

@ -171,7 +171,7 @@ void addDvfsStats(std::shared_ptr<PowerStats> p) {
}});
p->addStateResidencyDataProvider(std::make_shared<DvfsStateResidencyDataProvider>(
"/sys/devices/platform/1742048c.acpm_stats/fvp_stats", NS_TO_MS, cfgs));
"/sys/devices/platform/acpm_stats/fvp_stats", NS_TO_MS, cfgs));
}
void addSoC(std::shared_ptr<PowerStats> p) {
@ -239,7 +239,7 @@ void addSoC(std::shared_ptr<PowerStats> p) {
"SLC-REQ", "SLC_REQ:");
auto socSdp = std::make_shared<GenericStateResidencyDataProvider>(
"/sys/devices/platform/1742048c.acpm_stats/soc_stats", cfgs);
"/sys/devices/platform/acpm_stats/soc_stats", cfgs);
p->addStateResidencyDataProvider(socSdp);
}