Home
last modified time | relevance | path

Searched refs:sysfs_paths (Results 1 – 1 of 1) sorted by relevance

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp85 SysfsCollector::SysfsCollector(const struct SysfsPaths &sysfs_paths) in SysfsCollector() argument
86 : kSlowioReadCntPath(sysfs_paths.SlowioReadCntPath), in SysfsCollector()
87 kSlowioWriteCntPath(sysfs_paths.SlowioWriteCntPath), in SysfsCollector()
88 kSlowioUnmapCntPath(sysfs_paths.SlowioUnmapCntPath), in SysfsCollector()
89 kSlowioSyncCntPath(sysfs_paths.SlowioSyncCntPath), in SysfsCollector()
90 kCycleCountBinsPath(sysfs_paths.CycleCountBinsPath), in SysfsCollector()
91 kImpedancePath(sysfs_paths.ImpedancePath), in SysfsCollector()
92 kCodecPath(sysfs_paths.CodecPath), in SysfsCollector()
93 kCodec1Path(sysfs_paths.Codec1Path), in SysfsCollector()
94 kSpeechDspPath(sysfs_paths.SpeechDspPath), in SysfsCollector()
[all …]