Home
last modified time | relevance | path

Searched refs:FindMap (Results 1 – 12 of 12) sorted by relevance

/system/extras/simpleperf/
Dthread_tree_test.cpp59 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()
Dthread_tree.h117 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip, bool in_kernel);
119 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip);
Dthread_tree.cpp279 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()
DETMDecoder.cpp202 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()
Dcmd_report.cpp168 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()
Dsample_tree_test.cpp67 const MapEntry* map = thread_tree_->FindMap(thread, ip, in_kernel); in AddSample()
Dreport_utils.cpp96 const MapEntry* map = thread_tree_.FindMap(thread, ips[i], i < kernel_ip_count); in Build()
Dcmd_monitor.cpp566 const MapEntry* map = thread_tree_.FindMap(thread, ip, in_kernel); in GetSymbolInfo()
Dcmd_dumprecord.cpp413 const MapEntry* map = thread_tree_.FindMap(thread, ip, in_kernel); in GetSymbolInfo()
Dcmd_debug_unwind.cpp395 const MapEntry* map = thread_tree_.FindMap(thread, ips[i], false); in WriteMapsForSample()
Dcmd_record_test.cpp865 const MapEntry* map = thread_tree.FindMap(thread, ip, false); in TEST()
Dcmd_record.cpp1970 const MapEntry* map = thread_tree_.FindMap(thread, ips[i], i < kernel_ip_count); in CollectHitFileInfo()