Home
last modified time | relevance | path

Searched refs:FindMap (Results 1 – 10 of 10) sorted by relevance

/system/extras/simpleperf/
Dthread_tree_test.cpp57 const MapEntry* entry = thread_tree_.FindMap(thread, i, false); in CheckMaps()
104 const MapEntry* map = thread_tree_.FindMap(thread, 0); in TEST_F()
Dthread_tree.h100 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip,
103 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip);
Dthread_tree.cpp196 const MapEntry* ThreadTree::FindMap(const ThreadEntry* thread, uint64_t ip, bool in_kernel) { in FindMap() function in simpleperf::ThreadTree
206 const MapEntry* ThreadTree::FindMap(const ThreadEntry* thread, uint64_t ip) { in FindMap() function in simpleperf::ThreadTree
256 const MapEntry* map = FindMap(nullptr, ip, true); in FindKernelSymbol()
Dcmd_report.cpp154 thread_tree_->FindMap(thread, r.ip_data.ip, in_kernel); in CreateSample()
168 const MapEntry* from_map = thread_tree_->FindMap(thread, item.from); in CreateBranchSample()
172 const MapEntry* to_map = thread_tree_->FindMap(thread, item.to); in CreateBranchSample()
191 const MapEntry* map = thread_tree_->FindMap(thread, ip, in_kernel); in CreateCallChainSample()
Dsample_tree_test.cpp66 const MapEntry* map = thread_tree_->FindMap(thread, ip, in_kernel); in AddSample()
Dcmd_dumprecord.cpp172 const MapEntry* map = thread_tree.FindMap(thread, ip, in_kernel); in DumpDataSection()
Dcmd_debug_unwind.cpp275 const MapEntry* map = thread_tree_.FindMap(thread, ip, false); in CollectHitFileInfo()
Dreport_lib_interface.cpp309 const MapEntry* map = thread_tree_.FindMap(current_thread_, ips[i], i < kernel_ip_count); in SetCurrentSample()
Dcmd_record.cpp1663 thread_tree_.FindMap(thread, r.ip_data.ip, r.InKernel()); in CollectHitFileInfo()
1700 map = thread_tree_.FindMap(thread, ip, in_kernel); in CollectHitFileInfo()
Dcmd_report_sample.cpp585 const MapEntry* map = thread_tree_.FindMap(thread, ip, in_kernel); in GetCallEntry()