Home
last modified time | relevance | path

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

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