gs201: pixelstats: add pixel perf stats paths

Add pixel perf metrics paths in sysfs paths list

Bug: 232541623
Test: Tested resume latency metrics
Signed-off-by: Ziyi Cui <ziyic@google.com>
Change-Id: I7301e3ba53497906ad523dd9f02ccfe796b5c2de
This commit is contained in:
Ziyi Cui 2022-09-20 21:17:10 +00:00
parent 5e4a977ba3
commit a67765d834

View file

@ -69,6 +69,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
},
.CCARatePath = "/sys/devices/platform/audiometrics/cca_rate_read_once",
.TempResidencyPath = "/sys/kernel/metrics/temp_residency/temp_residency_all/stats",
.ResumeLatencyMetricsPath = "/sys/kernel/metrics/resume_latency/resume_latency_metrics",
.LongIRQMetricsPath = "/sys/kernel/metrics/irq/long_irq_metrics"
};
const struct UeventListener::UeventPaths ueventPaths = {