Home
last modified time | relevance | path

Searched refs:to_ip (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dsample_tree.cpp47 void SampleTree::AddBranchSample(int pid, int tid, uint64_t from_ip, uint64_t to_ip, in AddBranchSample() argument
55 const MapEntry* to_map = thread_tree_->FindMap(thread, to_ip, false); 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()
Dsample_tree.h95 void AddBranchSample(int pid, int tid, uint64_t from_ip, uint64_t to_ip, uint64_t branch_flags,