Home
last modified time | relevance | path

Searched defs:Dso (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Ddso.h52 struct Dso { struct
80 static bool KernelSymbolCallback(const KernelSymbol& kernel_symbol, Dso* dso); argument
91 Dso(DsoType type, const std::string& path); argument
100 const DsoType type_; argument
101 const std::string path_;
102 uint64_t min_vaddr_;
103 std::vector<Symbol> symbols_;
104 bool is_loaded_;
Ddso.cpp138 Dso::Dso(DsoType type, const std::string& path) in Dso() function in Dso