Searched defs:Symbol (Results 1 – 2 of 2) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/include/ |
D | symbols.h | 45 struct Symbol { struct 57 Symbol(uint64_t vaddr, uint64_t len, const std::string name, const std::string module) in Symbol() argument 64 Symbol(uint64_t vaddr, const std::string name, const std::string module) in Symbol() argument 66 Symbol(uint64_t addr = 0) : Symbol(addr, std::string(), std::string()) {}; in Symbol() function 68 bool same(const Symbol &b) const in same() argument 83 bool isValid() const in isValid() 88 void Matched() const in Matched() 93 void setIpVAddress(uint64_t vaddr) in setIpVAddress() 99 std::string GetName() const in GetName() 104 std::string GetNameOrModuleVaddr(const std::string &comm) const in GetNameOrModuleVaddr() [all …]
|
/developtools/hiperf/include/ |
D | symbols_file.h | 63 struct Symbol { struct 78 Symbol(uint64_t vaddr, uint64_t len, const std::string &name, const std::string &demangle, in Symbol() argument 86 Symbol(uint64_t vaddr, uint64_t len, const std::string &name, const std::string &module) in Symbol() function 90 Symbol(uint64_t vaddr, const std::string &name, const std::string &module) in Symbol() function 100 Symbol(const Symbol &other) = default; argument 102 static bool SameVaddr(const Symbol &a, const Symbol &b) in SameVaddr() argument 106 bool Same(const Symbol &b) const in Same() argument 120 bool isValid() const in isValid() 125 void SetMatchFlag() const in SetMatchFlag() 130 inline bool HasMatched() const in HasMatched() [all …]
|