Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc2175 bool stop_writing_into_file = tracing_session->write_period_ms == 0; in ReadBuffers() local
2196 stop_writing_into_file = true; in ReadBuffers()
2215 stop_writing_into_file = true; in ReadBuffers()
2224 (total_wr_size + 1023) / 1024, stop_writing_into_file); in ReadBuffers()
2225 if (stop_writing_into_file) { in ReadBuffers()