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
This commit is contained in:
Ziyi Cui 2022-11-09 16:05:52 -08:00
parent 4b1a772fa3
commit 68cf879bb1

View file

@ -68,6 +68,7 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
"/sys/devices/platform/100b0000.AUR/trip_counter", "/sys/devices/platform/100b0000.AUR/trip_counter",
}, },
.CCARatePath = "/sys/devices/platform/audiometrics/cca_rate_read_once", .CCARatePath = "/sys/devices/platform/audiometrics/cca_rate_read_once",
.TempResidencyPath = "/sys/kernel/metrics/temp_residency/temp_residency_all/stats",
}; };
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {