Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dprofile_module.h75 void ParseSmapsPacket(int64_t ts, protozero::ConstBytes);
Dprofile_module.cc111 ParseSmapsPacket(ts, decoder.smaps_packet()); in ParseTracePacketData()
564 void ProfileModule::ParseSmapsPacket(int64_t ts, ConstBytes blob) { in ParseSmapsPacket() function in perfetto::trace_processor::ProfileModule