summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZiyi Cui <ziyic@google.com>2022-11-09 16:05:52 -0800
committerZiyi Cui <ziyic@google.com>2022-11-24 00:11:30 +0000
commit68cf879bb1ce01eab66503e9d94bd7e9a9a77bf6 (patch)
tree3eed8cdef3104f04e0512785945909aa0f109739
parent4b1a772fa3eb3f96549e81716ae94848ce2e0942 (diff)
downloadgs201-68cf879bb1ce01eab66503e9d94bd7e9a9a77bf6.tar.gz
gs201: pixelstats: add pixel temperature residency stats paths
Add pixel temperature residency metrics paths in sysfs paths list for gs201 Bug: 246799997 Test: Verified the existence of atom and correctness of atom stats Signed-off-by: Ziyi Cui <ziyic@google.com> Change-Id: Ib0788756eb77490e257145bd90c9b8041149ede0
-rw-r--r--pixelstats/service.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp
index bf9c459..c265574 100644
--- a/pixelstats/service.cpp
+++ b/pixelstats/service.cpp
@@ -68,6 +68,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/devices/platform/100b0000.AUR/trip_counter",
},
.CCARatePath = "/sys/devices/platform/audiometrics/cca_rate_read_once",
+ .TempResidencyPath = "/sys/kernel/metrics/temp_residency/temp_residency_all/stats",
};
const struct UeventListener::UeventPaths ueventPaths = {