Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree.cpp62 value.branch_from.ip = from_ip; in AddBranchSample()
63 value.branch_from.map = from_map; in AddBranchSample()
64 value.branch_from.symbol = from_symbol; in AddBranchSample()
65 value.branch_from.flags = branch_flags; in AddBranchSample()
Dcmd_report.cpp198 return strcmp(sample1.branch_from.map->dso->Path().c_str(), in Compare()
199 sample2.branch_from.map->dso->Path().c_str()); in Compare()
203 return sample.branch_from.map->dso->Path(); in Show()
219 return strcmp(sample1.branch_from.symbol->DemangledName(), in Compare()
220 sample2.branch_from.symbol->DemangledName()); in Compare()
224 return sample.branch_from.symbol->DemangledName(); in Show()
Dsample_tree.h51 BranchFromEntry branch_from; member