Searched refs:glocation (Results 1 – 1 of 1) sorted by relevance
178 GLocation* glocation = profile.add_location(); in DumpProfilePacket() local179 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()