pixelstats: add gmsr path

Bug: 300590097
Change-Id: I585de78116d750fdea7e310c62ce91f98c0b9540
Signed-off-by: Jenny Ho <hsiufangho@google.com>
This commit is contained in:
Jenny Ho 2023-10-25 15:14:06 +08:00
parent 8135bd2ba4
commit d9437fa21f

View file

@ -83,7 +83,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
.StormIRQMetricsPath = "/sys/kernel/metrics/irq/storm_irq_metrics",
.IRQStatsResetPath = "/sys/kernel/metrics/irq/stats_reset",
.ModemPcieLinkStatsPath = "/sys/devices/platform/11920000.pcie/link_stats",
.WifiPcieLinkStatsPath = "/sys/devices/platform/14520000.pcie/link_stats"
.WifiPcieLinkStatsPath = "/sys/devices/platform/14520000.pcie/link_stats",
.GMSRPath = "/sys/class/power_supply/maxfg/gmsr"
};
const struct UeventListener::UeventPaths ueventPaths = {