Searched refs:FindMap (Results 1 – 12 of 12) sorted by relevance
/system/extras/simpleperf/ |
D | thread_tree_test.cpp | 59 const MapEntry* entry = thread_tree_.FindMap(thread, i, false); in CheckMaps() 71 auto map = thread_tree_.FindMap(thread, ip, in_kernel); in FindSymbol() 112 const MapEntry* map = thread_tree_.FindMap(thread, 0); in TEST_F()
|
D | thread_tree.h | 117 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip, bool in_kernel); 119 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip);
|
D | thread_tree.cpp | 279 const MapEntry* ThreadTree::FindMap(const ThreadEntry* thread, uint64_t ip, bool in_kernel) { in FindMap() function in simpleperf::ThreadTree 289 const MapEntry* ThreadTree::FindMap(const ThreadEntry* thread, uint64_t ip) { in FindMap() function in simpleperf::ThreadTree 339 const MapEntry* map = FindMap(nullptr, ip, true); in FindKernelSymbol()
|
D | ETMDecoder.cpp | 202 const MapEntry* FindMap(uint8_t trace_id, uint64_t addr) { in FindMap() function in simpleperf::__anon57c802930111::MapLocator 244 const MapEntry* map = map_locator_.FindMap(trace_id, address); in ReadTargetMemory() 429 const MapEntry* map = map_locator_.FindMap(trace_id, elem.st_addr); in ProcessElement() 583 const MapEntry* map = map_locator_.FindMap(trace_id, data.addr); in ProcessAtomPacket()
|
D | cmd_report.cpp | 168 const MapEntry* map = thread_tree_->FindMap(thread, r.ip_data.ip, in_kernel); in CreateSample() 179 const MapEntry* from_map = thread_tree_->FindMap(thread, item.from); in CreateBranchSample() 182 const MapEntry* to_map = thread_tree_->FindMap(thread, item.to); in CreateBranchSample() 199 const MapEntry* map = thread_tree_->FindMap(thread, ip, in_kernel); in CreateCallChainSample()
|
D | sample_tree_test.cpp | 67 const MapEntry* map = thread_tree_->FindMap(thread, ip, in_kernel); in AddSample()
|
D | report_utils.cpp | 96 const MapEntry* map = thread_tree_.FindMap(thread, ips[i], i < kernel_ip_count); in Build()
|
D | cmd_monitor.cpp | 566 const MapEntry* map = thread_tree_.FindMap(thread, ip, in_kernel); in GetSymbolInfo()
|
D | cmd_dumprecord.cpp | 413 const MapEntry* map = thread_tree_.FindMap(thread, ip, in_kernel); in GetSymbolInfo()
|
D | cmd_debug_unwind.cpp | 395 const MapEntry* map = thread_tree_.FindMap(thread, ips[i], false); in WriteMapsForSample()
|
D | cmd_record_test.cpp | 865 const MapEntry* map = thread_tree.FindMap(thread, ip, false); in TEST()
|
D | cmd_record.cpp | 1970 const MapEntry* map = thread_tree_.FindMap(thread, ips[i], i < kernel_ip_count); in CollectHitFileInfo()
|