Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/consumer_api_deprecated/
Dconsumer_api_deprecated.cc78 return std::make_pair(mapped_buf_, mapped_buf_size_); in mapped_buf()
114 char* mapped_buf_ = nullptr; member in perfetto::consumer::__anon4e22c5240111::TracingSession
141 if (mapped_buf_) in ~TracingSession()
142 PERFETTO_CHECK(munmap(mapped_buf_, mapped_buf_size_) == 0); in ~TracingSession()
208 mapped_buf_ = in OnTracingDisabled()
212 if (mapped_buf_size_ == 0 || mapped_buf_ == MAP_FAILED) { in OnTracingDisabled()
213 mapped_buf_ = nullptr; in OnTracingDisabled()