pixelstats: add thermal stats paths
Add thermal metrics paths in sysfs paths list Bug: 228247740 Test: Build and boot on device Signed-off-by: Sayanna Chandula <sayanna@google.com> Change-Id: Ibcdef9a10dea7698cbb511015ea2835994ddbf89
This commit is contained in:
parent
6ef57bda36
commit
dd651b1bfe
1 changed files with 8 additions and 0 deletions
|
@ -58,6 +58,14 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
|||
},
|
||||
.BlockStatsLength = BLOCK_STATS_LENGTH,
|
||||
.AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once",
|
||||
.ThermalStatsPaths = {
|
||||
"/sys/devices/platform/100a0000.BIG/trip_counter",
|
||||
"/sys/devices/platform/100a0000.MID/trip_counter",
|
||||
"/sys/devices/platform/100a0000.LITTLE/trip_counter",
|
||||
"/sys/devices/platform/100b0000.G3D/trip_counter",
|
||||
"/sys/devices/platform/100b0000.TPU/trip_counter",
|
||||
"/sys/devices/platform/100b0000.AUR/trip_counter",
|
||||
}
|
||||
};
|
||||
|
||||
const struct UeventListener::UeventPaths ueventPaths = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue