mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-02-01 07:40:34 +00:00
zuma: Update path reading for temp-residency-metrics
Bug: 232541623 Test: Verified the existence and correctness of atom adb shell cmd stats print-stats | grep 105045 Change-Id: Id97f63503e71a6def173ef2debdb256b976bc2e8 Signed-off-by: Ziyi Cui <ziyic@google.com>
This commit is contained in:
@@ -61,6 +61,10 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
||||
.AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once",
|
||||
.ResumeLatencyMetricsPath = "/sys/kernel/metrics/resume_latency/resume_latency_metrics",
|
||||
.LongIRQMetricsPath = "/sys/kernel/metrics/irq/long_irq_metrics",
|
||||
.TempResidencyPaths = {
|
||||
"/sys/kernel/metrics/thermal/tr_by_group/tmu/stats",
|
||||
"/sys/kernel/metrics/thermal/tr_by_group/spmic/stats",
|
||||
},
|
||||
.ModemPcieLinkStatsPath = "/sys/devices/platform/12100000.pcie/link_stats",
|
||||
.WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user