Searched defs:symbols (Results 1 – 4 of 4) sorted by relevance
/system/extras/simpleperf/ |
D | read_elf_test.cpp | 37 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols) { in ParseSymbol() 41 void CheckElfFileSymbols(const std::map<std::string, ElfFileSymbol>& symbols) { in CheckElfFileSymbols() 52 std::map<std::string, ElfFileSymbol> symbols; in TEST() local 59 std::map<std::string, ElfFileSymbol> symbols; in TEST() local 67 std::map<std::string, ElfFileSymbol> symbols; in TEST() local 73 std::map<std::string, ElfFileSymbol> symbols; in TEST() local
|
D | read_apk_test.cpp | 60 std::map<std::string, ElfFileSymbol> symbols; in TEST() local
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 435 def _check_symbol_overhead_requirements(self, test, symbols): argument 458 def _check_symbol_children_overhead_requirements(self, test, symbols): argument 478 def _check_symbol_relation_requirements(self, test, symbols): argument
|
/system/core/libbacktrace/ |
D | backtrace_offline_test.cpp | 131 static std::vector<FunctionSymbol> symbols; in FunctionNameForAddress() local
|