Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/perf/
Dperf_producer.cc273 if (!tracefs_) // lazy init or retry in StartDataSource()
274 tracefs_ = FtraceProcfs::CreateGuessingMountPoint(); in StartDataSource()
275 if (!tracefs_) // still didn't find an accessible tracefs in StartDataSource()
277 return tracefs_->ReadEventId(group, name); in StartDataSource()
Dperf_producer.h254 std::unique_ptr<FtraceProcfs> tracefs_; variable