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:
parent
5e4a977ba3
commit
a67765d834
1 changed files with 2 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue