Searched refs:FindMap (Results 1 – 11 of 11) 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 | 116 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip, 119 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip);
|
D | thread_tree.cpp | 209 const MapEntry* ThreadTree::FindMap(const ThreadEntry* thread, uint64_t ip, bool in_kernel) { in FindMap() function in simpleperf::ThreadTree 219 const MapEntry* ThreadTree::FindMap(const ThreadEntry* thread, uint64_t ip) { in FindMap() function in simpleperf::ThreadTree 269 const MapEntry* map = FindMap(nullptr, ip, true); in FindKernelSymbol()
|
D | ETMDecoder.cpp | 200 const MapEntry* FindMap(uint8_t trace_id, uint64_t addr) { in FindMap() function in __anon83ecdb8c0111::MapLocator 242 const MapEntry* map = map_locator_.FindMap(trace_id, address); in ReadTargetMemory() 420 const MapEntry* map = map_locator_.FindMap(trace_id, elem.st_addr); in ProcessElement() 574 const MapEntry* map = map_locator_.FindMap(trace_id, data.addr); in ProcessAtomPacket()
|
D | cmd_report.cpp | 166 thread_tree_->FindMap(thread, r.ip_data.ip, in_kernel); in CreateSample() 180 const MapEntry* from_map = thread_tree_->FindMap(thread, item.from); in CreateBranchSample() 184 const MapEntry* to_map = thread_tree_->FindMap(thread, item.to); in CreateBranchSample() 202 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_debug_unwind.cpp | 276 const MapEntry* map = thread_tree_.FindMap(thread, ip, false); in CollectHitFileInfo()
|
D | cmd_dumprecord.cpp | 363 const MapEntry* map = thread_tree_.FindMap(thread, ip, in_kernel); in GetSymbolInfo()
|
D | report_lib_interface.cpp | 314 const MapEntry* map = thread_tree_.FindMap(current_thread_, ips[i], i < kernel_ip_count); in SetCurrentSample()
|
D | cmd_report_sample.cpp | 581 const MapEntry* map = thread_tree_.FindMap(thread, ip, in_kernel); in GetCallEntry()
|
D | cmd_record.cpp | 1795 thread_tree_.FindMap(thread, r.ip_data.ip, r.InKernel()); in CollectHitFileInfo() 1832 map = thread_tree_.FindMap(thread, ip, in_kernel); in CollectHitFileInfo()
|