Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
Dinterner.h30 using InternID = uint32_t; variable
38 Entry(Interner<T>* in, InternID i, U... args) in Entry()
51 InternID id;
78 InternID id() const { return entry_->id; } in id()
126 InternID next_id = 1;
Dinterning_output.h67 std::map<InternID, int> dumped_strings_;
68 std::set<InternID> dumped_frames_;
69 std::set<InternID> dumped_mappings_;
Dcallstack_trie.h199 std::hash<::perfetto::profiling::InternID>{}(mapping.build_id.id());
216 size_t h = std::hash<::perfetto::profiling::InternID>{}(frame.mapping.id());
217 h ^= std::hash<::perfetto::profiling::InternID>{}(frame.function_name.id());