Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h127 thread_timestamp_ns_.emplace_back(thread_timestamp_ns); in AddThreadSlice()
140 return thread_timestamp_ns_; in thread_timestamp_ns()
165 int64_t begin_ns = thread_timestamp_ns_[row]; in UpdateThreadDeltasForSliceId()
174 std::deque<int64_t> thread_timestamp_ns_; variable
188 thread_timestamp_ns_.emplace_back(thread_timestamp_ns); in AddVirtualTrackSlice()
201 return thread_timestamp_ns_; in thread_timestamp_ns()
226 int64_t begin_ns = thread_timestamp_ns_[row]; in UpdateThreadDeltasForSliceId()
235 std::deque<int64_t> thread_timestamp_ns_; variable