Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
Dcallstack_trie.cc60 node = GetOrCreateChild(node, InternCodeLocation(loc, build_id)); in CreateCallsite()
99 Interned<Frame> GlobalCallstackTrie::InternCodeLocation( in InternCodeLocation() function in perfetto::profiling::GlobalCallstackTrie
Dcallstack_trie.h156 Interned<Frame> InternCodeLocation(const unwindstack::FrameData& loc,
/external/perfetto/src/profiling/memory/
Dbookkeeping.cc51 frames.emplace_back(callsites_->InternCodeLocation(loc, build_id)); in RecordMalloc()