pixelstats: add gmsr path
Bug: 300590097 Change-Id: I585de78116d750fdea7e310c62ce91f98c0b9540 Signed-off-by: Jenny Ho <hsiufangho@google.com>
This commit is contained in:
parent
8135bd2ba4
commit
d9437fa21f
1 changed files with 2 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue