Home
last modified time | relevance | path

Searched refs:FindMap (Results 1 – 11 of 11) 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.h116 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip,
119 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip);
Dthread_tree.cpp209 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()
DETMDecoder.cpp200 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()
Dcmd_report.cpp166 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()
Dsample_tree_test.cpp66 const MapEntry* map = thread_tree_->FindMap(thread, ip, in_kernel); in AddSample()
Dcmd_debug_unwind.cpp276 const MapEntry* map = thread_tree_.FindMap(thread, ip, false); in CollectHitFileInfo()
Dcmd_dumprecord.cpp363 const MapEntry* map = thread_tree_.FindMap(thread, ip, in_kernel); in GetSymbolInfo()
Dreport_lib_interface.cpp314 const MapEntry* map = thread_tree_.FindMap(current_thread_, ips[i], i < kernel_ip_count); in SetCurrentSample()
Dcmd_report_sample.cpp581 const MapEntry* map = thread_tree_.FindMap(thread, ip, in_kernel); in GetCallEntry()
Dcmd_record.cpp1795 thread_tree_.FindMap(thread, r.ip_data.ip, r.InKernel()); in CollectHitFileInfo()
1832 map = thread_tree_.FindMap(thread, ip, in_kernel); in CollectHitFileInfo()