Lines Matching refs:dso
566 if (thread_tree_.IsUnknownDso(entries[i].dso)) { in ProcessSampleRecord()
592 if (!node.dso->GetDumpId(&file_id)) { in PrintSampleRecordInProtobuf()
593 file_id = node.dso->CreateDumpId(); in PrintSampleRecordInProtobuf()
598 symbol_id = node.dso->CreateSymbolDumpId(node.symbol); in PrintSampleRecordInProtobuf()
613 if (node.dso->FileName() == "libc.so" && (strcmp(node.symbol->Name(), "__libc_init") == 0 || in PrintSampleRecordInProtobuf()
708 for (Dso* dso : dsos) { in PrintFileInfoInProtobuf()
710 if (!dso->GetDumpId(&file_id)) { in PrintFileInfoInProtobuf()
716 file->set_path(std::string{dso->GetReportPath()}); in PrintFileInfoInProtobuf()
717 const std::vector<Symbol>& symbols = dso->GetSymbols(); in PrintFileInfoInProtobuf()
765 FprintIndented(report_fp_, 1, "file: %s\n", entries[0].dso->GetReportPath().data()); in PrintSampleRecord()
776 FprintIndented(report_fp_, 2, "file: %s\n", entries[i].dso->GetReportPath().data()); in PrintSampleRecord()