Searched refs:InsertMap (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/ |
D | thread_tree.cpp | 63 InsertMap(*child->maps, *pair.second); in ForkThread() 137 InsertMap(kernel_maps_, MapEntry(start_addr, len, pgoff, dso, true)); in AddKernelMap() 162 InsertMap(*thread->maps, MapEntry(start_addr, len, pgoff, dso, false, flags)); in AddThreadMap() 180 InsertMap(*maps, MapEntry(map_start, map_end - map_start, map_start, dso, false, 0)); in AddThreadMapsForDsoSymbols() 190 InsertMap(*maps, MapEntry(map_start, map_end - map_start, map_start, dso, false, 0)); in AddThreadMapsForDsoSymbols() 238 void ThreadTree::InsertMap(MapSet& maps, const MapEntry& entry) { in InsertMap() function in simpleperf::ThreadTree
|
D | thread_tree.h | 150 void InsertMap(MapSet& maps, const MapEntry& entry);
|