powerstats: acpm_stats driver has moved
Bug: 182255966 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: I667fb71f6f2c7aade2d56dc8ec8d4462dcc97594
This commit is contained in:
parent
0d6392efa6
commit
82a0c52a12
1 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ void addDvfsStats(std::shared_ptr<PowerStats> p) {
|
||||||
}});
|
}});
|
||||||
|
|
||||||
p->addStateResidencyDataProvider(std::make_shared<DvfsStateResidencyDataProvider>(
|
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) {
|
void addSoC(std::shared_ptr<PowerStats> p) {
|
||||||
|
@ -239,7 +239,7 @@ void addSoC(std::shared_ptr<PowerStats> p) {
|
||||||
"SLC-REQ", "SLC_REQ:");
|
"SLC-REQ", "SLC_REQ:");
|
||||||
|
|
||||||
auto socSdp = std::make_shared<GenericStateResidencyDataProvider>(
|
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);
|
p->addStateResidencyDataProvider(socSdp);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue