Searched refs:InternCodeLocation (Results 1 – 3 of 3) sorted by relevance
60 node = GetOrCreateChild(node, InternCodeLocation(loc, build_id)); in CreateCallsite()99 Interned<Frame> GlobalCallstackTrie::InternCodeLocation( in InternCodeLocation() function in perfetto::profiling::GlobalCallstackTrie
156 Interned<Frame> InternCodeLocation(const unwindstack::FrameData& loc,
51 frames.emplace_back(callsites_->InternCodeLocation(loc, build_id)); in RecordMalloc()