Home
last modified time | relevance | path

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

/art/perfetto_hprof/
Dperfetto_hprof.cc441 auto* smaps_packet = trace_packet->set_smaps_packet(); in DumpSmaps() local
442 smaps_packet->set_pid(getpid()); in DumpSmaps()
444 [&smaps_packet](const perfetto::profiling::SmapsEntry& e) { in DumpSmaps()
446 auto* smaps_entry = smaps_packet->add_entries(); in DumpSmaps()