Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Dtracing_service_impl.h667 FlushRequestID last_flush_request_id_ = 0; variable
Dtracing_service_impl.cc1592 FlushRequestID flush_request_id = ++last_flush_request_id_; in Flush()