Merge "powerstats: acpm_stats driver has moved" into sc-dev am: b5527ad721

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/13817608

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I4fe23f61a53ea6ce5c2c37deba84aa65ccd59a0a
This commit is contained in:
Benjamin Schwartz 2021-03-10 01:25:42 +00:00 committed by Automerger Merge Worker
commit 27b42a6f12

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);
}