gs101: pixelstats: add pixel perf stats paths
Add pixel perf metrics paths in sysfs paths list for gs101 Bug: 232541623 Test: Verified the existence of atom and correctness of resume latency, irq stats Signed-off-by: Ziyi Cui <ziyic@google.com> Change-Id: I0c4b363e93a9ee651cedc35e2e1e09a691244828
This commit is contained in:
parent
b7b91cdb14
commit
f57fca197d
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
||||||
.SpeakerTemperaturePath = "/sys/devices/platform/audiometrics/speaker_temp",
|
.SpeakerTemperaturePath = "/sys/devices/platform/audiometrics/speaker_temp",
|
||||||
.SpeakerExcursionPath = "/sys/devices/platform/audiometrics/speaker_excursion",
|
.SpeakerExcursionPath = "/sys/devices/platform/audiometrics/speaker_excursion",
|
||||||
.SpeakerHeartBeatPath = "/sys/devices/platform/audiometrics/speaker_heartbeat",
|
.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 = {
|
.UFSErrStatsPath = {
|
||||||
UFS_ERR_PATH(pa_err_count),
|
UFS_ERR_PATH(pa_err_count),
|
||||||
UFS_ERR_PATH(dl_err_count),
|
UFS_ERR_PATH(dl_err_count),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue