Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dthread_tree_test.cpp60 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()
Dthread_tree.h118 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip, bool in_kernel);
120 const MapEntry* FindMap(const ThreadEntry* thread, uint64_t ip);
Dthread_tree.cpp292 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()
DETMDecoder.cpp213 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()
Dsample_tree_test.cpp67 const MapEntry* map = thread_tree_->FindMap(thread, ip, in_kernel); in AddSample()
Dcmd_report.cpp179 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()
Dcmd_dumprecord.cpp443 map = thread_tree_.FindMap(thread, ip, in_kernel.value()); in GetSymbolInfo()
445 map = thread_tree_.FindMap(thread, ip); in GetSymbolInfo()
Dcmd_monitor.cpp560 const MapEntry* map = thread_tree_.FindMap(thread, ip, in_kernel); in GetSymbolInfo()
Dreport_utils.cpp401 const MapEntry* map = thread_tree_.FindMap(thread, ips[i], i < kernel_ip_count); in Build()
Dcmd_record_test.cpp993 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()
Dcmd_inject.cpp473 const MapEntry* map = thread_tree_.FindMap(&thread, ip); in IpToBinaryAddr()
Dcmd_record.cpp2232 const MapEntry* map = thread_tree_.FindMap(thread, ips[i], i < kernel_ip_count); in CollectHitFileInfo()