thermal: enabel thermal dfs stats
Bug: 277625975 Test: Build and boot on device. Check DFS stats Change-Id: Id6585c27b1efbc4872ac73e58d928fc4e2d2b961 Signed-off-by: Sayanna Chandula <sayanna@google.com>
This commit is contained in:
parent
0fc5333405
commit
d47c716f58
1 changed files with 8 additions and 0 deletions
|
@ -59,6 +59,14 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
|||
UFS_ERR_PATH(auto_hibern8_err_count)
|
||||
},
|
||||
.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",
|
||||
},
|
||||
.ResumeLatencyMetricsPath = "/sys/kernel/metrics/resume_latency/resume_latency_metrics",
|
||||
.LongIRQMetricsPath = "/sys/kernel/metrics/irq/long_irq_metrics",
|
||||
.TempResidencyPaths = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue