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 <ziyic@google.com>
diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp
index a1fe772..fd62a70 100644
--- a/pixelstats/service.cpp
+++ b/pixelstats/service.cpp
@@ -55,6 +55,7 @@
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 = {