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.cc1547 bool stop_writing_into_file = tracing_session->write_period_ms == 0; in ReadBuffers() local
1568 stop_writing_into_file = true; in ReadBuffers()
1587 stop_writing_into_file = true; in ReadBuffers()
1596 (total_wr_size + 1023) / 1024, stop_writing_into_file); in ReadBuffers()
1597 if (stop_writing_into_file) { in ReadBuffers()