Home
last modified time | relevance | path

Searched refs:GetReportPath (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
DSampleComparator.h57 BUILD_COMPARE_STRING_FUNCTION(CompareDso, map->dso->GetReportPath().data());
60 branch_from.map->dso->GetReportPath().data());
DSampleDisplayer.h84 return std::string{sample->map->dso->GetReportPath()}; in DisplayDso()
94 return std::string{sample->branch_from.map->dso->GetReportPath()}; in DisplayDsoFrom()
Ddso.h153 virtual std::string_view GetReportPath() const { return Path(); } in GetReportPath() function
Dcmd_report_sample.cpp620 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()
Dreport_lib_interface.cpp339 entry.symbol.dso_name = map->dso->GetReportPath().data(); in SetCurrentSample()
Ddso.cpp487 std::string_view GetReportPath() const override { in GetReportPath() function in ElfDso