Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/sys_stats/
Dsys_stats_data_source.h87 base::ScopedFile stat_fd_; variable
Dsys_stats_data_source.cc85 stat_fd_ = open_fn("/proc/stat"); in SysStatsDataSource()
230 size_t rsize = ReadFile(&stat_fd_, "/proc/stat"); in ReadStat()