HomeSort by relevance Sort by last modified time
    Searched refs:module_dso_tree_ (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
thread_tree.cpp 121 auto it = module_dso_tree_.find(filename);
122 if (it == module_dso_tree_.end()) {
123 module_dso_tree_[filename] = Dso::CreateDso(DSO_KERNEL_MODULE, filename);
124 it = module_dso_tree_.find(filename);
331 for (auto& p : module_dso_tree_) {
thread_tree.h 143 std::unordered_map<std::string, std::unique_ptr<Dso>> module_dso_tree_; member in class:simpleperf::ThreadTree

Completed in 131 milliseconds