Searched defs:Dso (Results 1 - 4 of 4) sorted by relevance

/system/extras/perfprofd/
H A Dperf_data_converter.cc58 struct Dso { struct
61 explicit Dso(uint64_t min_vaddr_in) : min_vaddr(min_vaddr_in) { function in struct:android::perfprofd::__anon1884::Dso
64 std::unordered_map<std::string, Dso> files;
90 Dso* dso_data;
100 auto it = files.emplace(dso_name, Dso(min_vaddr));
137 const Dso& dso = file_data.second;
/system/extras/simpleperf/
H A Ddso.cpp45 const std::string s = Dso::Demangle(name_);
55 bool Dso::demangle_ = true;
56 std::string Dso::symfs_dir_;
57 std::string Dso::vmlinux_;
58 std::string Dso::kallsyms_;
59 bool Dso::read_kernel_symbols_from_proc_;
60 std::unordered_map<std::string, BuildId> Dso::build_id_map_;
61 size_t Dso::dso_count_;
62 uint32_t Dso::g_dump_id_;
63 std::string Dso
149 Dso::Dso(DsoType type, const std::string& path, bool force_64bit) function in class:Dso
[all...]
H A Ddso.h74 friend class Dso;
86 class Dso { class
105 static std::unique_ptr<Dso> CreateDso(DsoType dso_type, const std::string& dso_path,
108 ~Dso();
159 Dso(DsoType type, const std::string& path, bool force_64bit);
/system/extras/simpleperf/scripts/
H A Dutils.py415 class Dso(object): class in class:Addr2Nearestline
439 self.dso_map = {} # map from dso_path to Dso.
449 dso = self.dso_map[dso_path] = self.Dso()

Completed in 187 milliseconds