Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/api_impl/
Dconsumer_api.cc78 return std::make_pair(mapped_buf_, mapped_buf_size_); in mapped_buf()
114 char* mapped_buf_ = nullptr; member in perfetto::consumer::__anon4d5fe0b30111::TracingSession
142 if (mapped_buf_) in ~TracingSession()
143 PERFETTO_CHECK(munmap(mapped_buf_, mapped_buf_size_) == 0); in ~TracingSession()
209 mapped_buf_ = in OnTracingDisabled()
213 if (mapped_buf_size_ == 0 || mapped_buf_ == MAP_FAILED) { in OnTracingDisabled()
214 mapped_buf_ = nullptr; in OnTracingDisabled()