Searched refs:GetReportPath (Results 1 – 6 of 6) sorted by relevance
57 BUILD_COMPARE_STRING_FUNCTION(CompareDso, map->dso->GetReportPath().data());60 branch_from.map->dso->GetReportPath().data());
84 return std::string{sample->map->dso->GetReportPath()}; in DisplayDso()94 return std::string{sample->branch_from.map->dso->GetReportPath()}; in DisplayDsoFrom()
153 virtual std::string_view GetReportPath() const { return Path(); } in GetReportPath() function
620 file->set_path(std::string{dso->GetReportPath()}); in PrintFileInfoInProtobuf()672 FprintIndented(report_fp_, 1, "file: %s\n", entries[0].dso->GetReportPath().data()); in PrintSampleRecord()679 FprintIndented(report_fp_, 2, "file: %s\n", entries[i].dso->GetReportPath().data()); in PrintSampleRecord()
339 entry.symbol.dso_name = map->dso->GetReportPath().data(); in SetCurrentSample()
487 std::string_view GetReportPath() const override { in GetReportPath() function in ElfDso