Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/dynamic/
Dexperimental_annotated_stack_generator.cc189 uint32_t frame_row = f_table.id().IndexOf(frame_id).value(); in ComputeTable() local
191 MappingId map_id = f_table.mapping()[frame_row]; in ComputeTable()
212 StringId fname_id = f_table.name()[frame_row]; in ComputeTable()
/external/perfetto/src/trace_processor/
Dexport_json.cc1400 uint32_t frame_row = *frames.id().IndexOf(frame_id); in ExportCpuProfileSamples() local
1402 MappingId mapping_id = frames.mapping()[frame_row]; in ExportCpuProfileSamples()
1406 auto opt_symbol_set_id = frames.symbol_set_id()[frame_row]; in ExportCpuProfileSamples()
1416 static_cast<uint64_t>(frames.rel_pc()[frame_row])) in ExportCpuProfileSamples()
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser.cc716 uint32_t frame_row = *frames->id().IndexOf(frame_id); in ParseModuleSymbols() local
717 frames->mutable_symbol_set_id()->Set(frame_row, symbol_set_id); in ParseModuleSymbols()