gs101: pixelstats: add pixel perf stats paths

Add pixel perf metrics paths in sysfs paths list for gs101

Bug: 232541623
Test: Tested resume latency metrics
Signed-off-by: Ziyi Cui <ziyic@google.com>
Change-Id: I0c4b363e93a9ee651cedc35e2e1e09a691244828
This commit is contained in:
Ziyi Cui 2022-10-24 11:48:16 -07:00
parent fddf45d940
commit cf6265fb32

View file

@ -45,6 +45,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.SpeakerTemperaturePath = "/sys/devices/platform/audiometrics/speaker_temp",
.SpeakerExcursionPath = "/sys/devices/platform/audiometrics/speaker_excursion",
.SpeakerHeartBeatPath = "/sys/devices/platform/audiometrics/speaker_heartbeat",
.ResumeLatencyMetricsPath = "/sys/kernel/metrics/resume_latency/resume_latency_metrics",
.LongIRQMetricsPath = "/sys/kernel/metrics/irq/long_irq_metrics",
.UFSErrStatsPath = {
UFS_ERR_PATH(pa_err_count),
UFS_ERR_PATH(dl_err_count),