Home
last modified time | relevance | path

Searched defs:Symbol (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Ddso.h27 struct Symbol { struct
32 Symbol(const std::string& name, uint64_t addr, uint64_t len); argument
49 static bool CompareByDumpId(const Symbol* s1, const Symbol* s2) { in CompareByDumpId() argument
57 static bool CompareByAddr(const Symbol* s1, const Symbol* s2) { in CompareByAddr() argument
61 static bool CompareValueByAddr(const Symbol& s1, const Symbol& s2) { in CompareValueByAddr() argument
79 struct KernelSymbol; argument
Ddso.cpp36 Symbol::Symbol(const std::string& name, uint64_t addr, uint64_t len) in Symbol() function in Symbol
/system/extras/simpleperf/runtest/
Druntest.py56 class Symbol(object): class