Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DSampleComparator.h61 BUILD_COMPARE_STRING_FUNCTION(CompareDsoFrom, branch_from.map->dso->GetReportPath().data());
62 BUILD_COMPARE_STRING_FUNCTION(CompareSymbolFrom, branch_from.symbol->DemangledName());
H A Dcmd_report.cpp77 BranchFromEntry branch_from; member
188 sample->branch_from.map = from_map; in CreateBranchSample()
189 sample->branch_from.symbol = from_symbol; in CreateBranchSample()
190 sample->branch_from.vaddr_in_file = from_vaddr_in_file; in CreateBranchSample()
191 sample->branch_from.flags = item.flags; in CreateBranchSample()
H A DSampleDisplayer.h95 return std::string{sample->branch_from.map->dso->GetReportPath()}; in DisplayDsoFrom()
100 return sample->branch_from.symbol->DemangledName(); in DisplaySymbolFrom()