Searched refs:GetReportPath (Results 1 – 7 of 7) sorted by relevance
59 BUILD_COMPARE_STRING_FUNCTION(CompareDso, map->dso->GetReportPath().data());61 BUILD_COMPARE_STRING_FUNCTION(CompareDsoFrom, branch_from.map->dso->GetReportPath().data());
85 return std::string{sample->map->dso->GetReportPath()}; in DisplayDso()95 return std::string{sample->branch_from.map->dso->GetReportPath()}; in DisplayDsoFrom()
148 virtual std::string_view GetReportPath() const { return Path(); } in GetReportPath() function
716 file->set_path(std::string{dso->GetReportPath()}); 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()
287 entry.symbol.dso_name = report_entry.dso->GetReportPath().data(); in SetCurrentSample()
507 std::string_view GetReportPath() const override { in GetReportPath() function in simpleperf::ElfDso
232 if (!dso_filter_.empty() && dso_filter_.count(sample->map->dso->GetReportPath().data()) == 0) { in FilterSample()