[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:
parent
ebcd090cdb
commit
ea194708f2
1 changed files with 7 additions and 1 deletions
|
@ -75,7 +75,13 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
|||
"/sys/kernel/metrics/thermal/tr_by_group/spmic/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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue