Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dbookkeeping.h212 current_profile_packet = current_trace_packet->set_profile_packet(); in DumpState()
213 current_profile_packet->set_index((*next_index)++); in DumpState()
217 auto interned_string = current_profile_packet->add_strings(); in DumpState()
234 protos::pbzero::ProfilePacket* current_profile_packet; member
244 current_profile_packet->set_continued(true); in NewProfilePacket()
251 current_profile_packet = current_trace_packet->set_profile_packet(); in NewProfilePacket()
252 current_profile_packet->set_index((*next_index)++); in NewProfilePacket()
Dbookkeeping.cc154 dump_state->current_profile_packet->add_process_dumps(); in Dump()
161 proto = dump_state->current_profile_packet->add_process_dumps(); in Dump()
272 auto mapping = current_profile_packet->add_mappings(); in WriteMap()
293 auto frame_proto = current_profile_packet->add_frames(); in WriteFrame()
308 auto interned_string = current_profile_packet->add_strings(); in WriteString()
Dheapprofd_producer.cc525 dump_state.current_profile_packet->add_process_dumps(); in Dump()
569 dump_state.current_profile_packet->add_callstacks(); in Dump()