Searched refs:FindMap (Results 1 – 12 of 12) sorted by relevance
/system/extras/simpleperf/ |
D | thread_tree_test.cpp | 60 const MapEntry* entry = thread_tree_.FindMap(thread, i, false); in CheckMaps() 72 auto map = thread_tree_.FindMap(thread, ip, in_kernel); in FindSymbol() 115 const MapEntry* map = thread_tree_.FindMap(thread, 0); in TEST_F()
|
D | thread_tree.h | 118 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip, bool in_kernel); 120 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip);
|
D | thread_tree.cpp | 292 const MapEntry* ThreadTree::FindMap(const ThreadEntry* thread, uint64_t ip, bool in_kernel) { in FindMap() function in simpleperf::ThreadTree 302 const MapEntry* ThreadTree::FindMap(const ThreadEntry* thread, uint64_t ip) { in FindMap() function in simpleperf::ThreadTree 352 const MapEntry* map = FindMap(nullptr, ip, true); in FindKernelSymbol()
|
D | ETMDecoder.cpp | 213 const MapEntry* FindMap(uint8_t trace_id, uint64_t addr) { in FindMap() function in simpleperf::__anon83ecdb8c0111::MapLocator 258 const MapEntry* map = map_locator_.FindMap(trace_id, address); in ReadTargetMemory() 456 const MapEntry* map = map_locator_.FindMap(trace_id, elem.st_addr); in ProcessElement() 610 const MapEntry* map = map_locator_.FindMap(trace_id, data.addr); in ProcessAtomPacket()
|
D | sample_tree_test.cpp | 67 const MapEntry* map = thread_tree_->FindMap(thread, ip, in_kernel); in AddSample()
|
D | cmd_report.cpp | 179 const MapEntry* map = thread_tree_->FindMap(thread, r.ip_data.ip, in_kernel); in CreateSample() 194 const MapEntry* from_map = thread_tree_->FindMap(thread, item.from); in CreateBranchSample() 197 const MapEntry* to_map = thread_tree_->FindMap(thread, item.to); in CreateBranchSample() 214 const MapEntry* map = thread_tree_->FindMap(thread, ip, in_kernel); in CreateCallChainSample()
|
D | cmd_dumprecord.cpp | 443 map = thread_tree_.FindMap(thread, ip, in_kernel.value()); in GetSymbolInfo() 445 map = thread_tree_.FindMap(thread, ip); in GetSymbolInfo()
|
D | cmd_monitor.cpp | 560 const MapEntry* map = thread_tree_.FindMap(thread, ip, in_kernel); in GetSymbolInfo()
|
D | report_utils.cpp | 401 const MapEntry* map = thread_tree_.FindMap(thread, ips[i], i < kernel_ip_count); in Build()
|
D | cmd_record_test.cpp | 993 const MapEntry* map = thread_tree.FindMap(thread, ip, false); in TEST() 1022 if (const MapEntry* map = thread_tree.FindMap(thread, ips[i + 1], false); in TEST()
|
D | cmd_inject.cpp | 473 const MapEntry* map = thread_tree_.FindMap(&thread, ip); in IpToBinaryAddr()
|
D | cmd_record.cpp | 2232 const MapEntry* map = thread_tree_.FindMap(thread, ips[i], i < kernel_ip_count); in CollectHitFileInfo()
|