Searched refs:to_map (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/ |
D | sample_tree.cpp | 55 const MapEntry* to_map = thread_tree_->FindMap(thread, to_ip, false); in AddBranchSample() local 56 if (to_map == thread_tree_->UnknownMap()) { in AddBranchSample() 57 to_map = thread_tree_->FindMap(thread, to_ip, true); in AddBranchSample() 59 const Symbol* to_symbol = thread_tree_->FindSymbol(to_map, to_ip); in AddBranchSample() 61 SampleEntry value(to_ip, time, period, 0, 1, thread, to_map, to_symbol); in AddBranchSample()
|