Searched refs:InsertMap (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/ |
D | thread_tree.cpp | 51 InsertMap(*child->maps, *pair.second); in ForkThread() 111 InsertMap(kernel_maps_, MapEntry(start_addr, len, pgoff, dso, true)); in AddKernelMap() 131 InsertMap(*thread->maps, MapEntry(start_addr, len, pgoff, dso, false, flags)); in AddThreadMap() 168 void ThreadTree::InsertMap(MapSet& maps, const MapEntry& entry) { in InsertMap() function in simpleperf::ThreadTree
|
D | thread_tree.h | 151 void InsertMap(MapSet& maps, const MapEntry& entry);
|