Snap for 8961426 from 9411790fc5
to tm-qpr1-release
Change-Id: Ia388a71eff6ed568090c35d69103c88e5b258a4f
This commit is contained in:
commit
5523b138b7
1 changed files with 8 additions and 0 deletions
|
@ -236,6 +236,14 @@ void addDvfsStats(std::shared_ptr<PowerStats> p) {
|
|||
std::make_pair("0MHz", "0"),
|
||||
}});
|
||||
|
||||
cfgs.push_back({"AUR", {
|
||||
std::make_pair("1160MHz", "1160000"),
|
||||
std::make_pair("750MHz", "750000"),
|
||||
std::make_pair("373MHz", "373000"),
|
||||
std::make_pair("178MHz", "178000"),
|
||||
std::make_pair("0MHz", "0"),
|
||||
}});
|
||||
|
||||
p->addStateResidencyDataProvider(std::make_unique<DvfsStateResidencyDataProvider>(
|
||||
"/sys/devices/platform/acpm_stats/fvp_stats", NS_TO_MS, cfgs));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue