Searched refs:branch_from (Results 1 – 3 of 3) sorted by relevance
61 BUILD_COMPARE_STRING_FUNCTION(CompareDsoFrom, branch_from.map->dso->GetReportPath().data());62 BUILD_COMPARE_STRING_FUNCTION(CompareSymbolFrom, branch_from.symbol->DemangledName());
96 return std::string{sample->branch_from.map->dso->GetReportPath()}; in DisplayDsoFrom()101 return sample->branch_from.symbol->DemangledName(); in DisplaySymbolFrom()
78 BranchFromEntry branch_from; member203 sample->branch_from.map = from_map; in CreateBranchSample()204 sample->branch_from.symbol = from_symbol; in CreateBranchSample()205 sample->branch_from.vaddr_in_file = from_vaddr_in_file; in CreateBranchSample()206 sample->branch_from.flags = item.flags; in CreateBranchSample()