Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc178 GLocation* glocation = profile.add_location(); in DumpProfilePacket() local
179 glocation->set_id(frame.id()); in DumpProfilePacket()
180 glocation->set_mapping_id(frame.mapping_id()); in DumpProfilePacket()
182 glocation->set_address(frame.rel_pc()); in DumpProfilePacket()
183 GLine* gline = glocation->add_line(); in DumpProfilePacket()