zuma: Update path reading for perf-metrics
Bug: 232541623 Test: Verified the existence and correctness of atom adb shell cmd stats print-stats | grep 105043 adb shell cmd stats print-stats | grep 105044 Change-Id: Iff8142d699449cbcc63639d984aa158daa7ec529 Signed-off-by: Ziyi Cui <ziyic@google.com>
This commit is contained in:
parent
0e15412735
commit
90d6617f83
2 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@ include device/google/gs-common/pcie/pcie.mk
|
|||
include device/google/gs-common/storage/storage.mk
|
||||
include device/google/gs-common/thermal/thermal.mk
|
||||
include device/google/gs-common/performance/perf.mk
|
||||
include device/google/gs-common/pixel_metrics/pixel_metrics.mk
|
||||
include device/google/gs-common/soc/freq.mk
|
||||
include device/google/gs-common/gps/dump/log.mk
|
||||
include device/google/gs-common/display/dump.mk
|
||||
|
|
|
@ -59,6 +59,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
|||
UFS_ERR_PATH(auto_hibern8_err_count)
|
||||
},
|
||||
.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",
|
||||
.ModemPcieLinkStatsPath = "/sys/devices/platform/12100000.pcie/link_stats",
|
||||
.WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue