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