Searched refs:FindMap (Results 1 – 10 of 10) sorted by relevance
/system/extras/simpleperf/ |
D | thread_tree_test.cpp | 57 const MapEntry* entry = thread_tree_.FindMap(thread, i, false); in CheckMaps() 104 const MapEntry* map = thread_tree_.FindMap(thread, 0); in TEST_F()
|
D | thread_tree.h | 100 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip, 103 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip);
|
D | thread_tree.cpp | 196 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()
|
D | cmd_report.cpp | 154 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()
|
D | sample_tree_test.cpp | 66 const MapEntry* map = thread_tree_->FindMap(thread, ip, in_kernel); in AddSample()
|
D | cmd_dumprecord.cpp | 172 const MapEntry* map = thread_tree.FindMap(thread, ip, in_kernel); in DumpDataSection()
|
D | cmd_debug_unwind.cpp | 275 const MapEntry* map = thread_tree_.FindMap(thread, ip, false); in CollectHitFileInfo()
|
D | report_lib_interface.cpp | 309 const MapEntry* map = thread_tree_.FindMap(current_thread_, ips[i], i < kernel_ip_count); in SetCurrentSample()
|
D | cmd_record.cpp | 1663 thread_tree_.FindMap(thread, r.ip_data.ip, r.InKernel()); in CollectHitFileInfo() 1700 map = thread_tree_.FindMap(thread, ip, in_kernel); in CollectHitFileInfo()
|
D | cmd_report_sample.cpp | 585 const MapEntry* map = thread_tree_.FindMap(thread, ip, in_kernel); in GetCallEntry()
|