Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser.cc417 const std::vector<tables::StackProfileFrameTable::Id>* pkg_frames = in ParseDeobfuscationMapping() local
420 if (pkg_frames) { in ParseDeobfuscationMapping()
421 frames.insert(frames.end(), pkg_frames->begin(), pkg_frames->end()); in ParseDeobfuscationMapping()