From e7a2571a72a75e5a369264fbaf52ef2761fd55bf Mon Sep 17 00:00:00 2001 From: Ziyi Cui Date: Thu, 17 Nov 2022 18:52:10 +0000 Subject: [PATCH] gs101: pixelstats: add pixel temperature residency stats paths Add pixel temperature residency metrics paths in sysfs paths list for gs101 Bug: 246799997 Test: Verified the existence of atom and correctness of atom stats Change-Id: I7fbf563aa3da258f72ddac2e4383af732de1c6d8 Signed-off-by: Ziyi Cui --- pixelstats/service.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp index a1fe772b..fd62a70b 100644 --- a/pixelstats/service.cpp +++ b/pixelstats/service.cpp @@ -55,6 +55,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = { UFS_ERR_PATH(auto_hibern8_err_count) }, .AmsRatePath = "/sys/devices/platform/audiometrics/ams_rate_read_once", + .TempResidencyPath = "/sys/kernel/metrics/temp_residency/temp_residency_all/stats", }; const struct UeventListener::UeventPaths ueventPaths = {