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:
parent
90d6617f83
commit
6c257f5398
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
||||||
.AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once",
|
.AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once",
|
||||||
.ResumeLatencyMetricsPath = "/sys/kernel/metrics/resume_latency/resume_latency_metrics",
|
.ResumeLatencyMetricsPath = "/sys/kernel/metrics/resume_latency/resume_latency_metrics",
|
||||||
.LongIRQMetricsPath = "/sys/kernel/metrics/irq/long_irq_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",
|
.ModemPcieLinkStatsPath = "/sys/devices/platform/12100000.pcie/link_stats",
|
||||||
.WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats"
|
.WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue