[display-stats] add display stats paths for zuma devices.

Bug: 259554507
Test: Build and boot on device
adb shell cmd stats print-stats | grep -i <atom-id>

Change-Id: Iaed69cbce6ea002f07fe3374aadf97a07937ef5b
This commit is contained in:
Manali Bhutiyani 2023-04-12 06:55:54 +00:00
parent ebcd090cdb
commit ea194708f2

View file

@ -75,7 +75,13 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/kernel/metrics/thermal/tr_by_group/spmic/stats", "/sys/kernel/metrics/thermal/tr_by_group/spmic/stats",
}, },
.ModemPcieLinkStatsPath = "/sys/devices/platform/12100000.pcie/link_stats", .ModemPcieLinkStatsPath = "/sys/devices/platform/12100000.pcie/link_stats",
.WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats" .WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats",
.DisplayStatsPaths = {
"/sys/devices/platform/exynos-drm/primary-panel/error_count_te",
"/sys/devices/platform/exynos-drm/primary-panel/error_count_unknown",
"/sys/devices/platform/exynos-drm/secondary-panel/error_count_te",
"/sys/devices/platform/exynos-drm/secondary-panel/error_count_unknown",
}
}; };
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {