Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Dtracing_service_impl.h679 std::map<std::string, int64_t> session_to_last_trace_s_; variable
Dtracing_service_impl.cc679 std::map<std::string, int64_t>& sessions = session_to_last_trace_s_; in EnableTracing()
688 int64_t& previous_s = session_to_last_trace_s_[name]; in EnableTracing()