Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h625 stack_profile_frame_index_.find(std::make_pair(mapping_row, rel_pc)); in FindFrameIds()
626 if (it == stack_profile_frame_index_.end()) in FindFrameIds()
634 stack_profile_frame_index_[pair].emplace_back(row); in InsertFrameRow()
703 std::map<FrameKey, std::vector<FrameId>> stack_profile_frame_index_; variable