Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp61 SysfsCollector::SysfsCollector(const struct SysfsPaths &sysfs_paths) in SysfsCollector() argument
62 : kSlowioReadCntPath(sysfs_paths.SlowioReadCntPath), in SysfsCollector()
63 kSlowioWriteCntPath(sysfs_paths.SlowioWriteCntPath), in SysfsCollector()
64 kSlowioUnmapCntPath(sysfs_paths.SlowioUnmapCntPath), in SysfsCollector()
65 kSlowioSyncCntPath(sysfs_paths.SlowioSyncCntPath), in SysfsCollector()
66 kCycleCountBinsPath(sysfs_paths.CycleCountBinsPath), in SysfsCollector()
67 kImpedancePath(sysfs_paths.ImpedancePath), in SysfsCollector()
68 kCodecPath(sysfs_paths.CodecPath), in SysfsCollector()
69 kCodec1Path(sysfs_paths.Codec1Path), in SysfsCollector()
70 kSpeechDspPath(sysfs_paths.SpeechDspPath), in SysfsCollector()
[all …]