Home
last modified time | relevance | path

Searched defs:symbols (Results 1 – 14 of 14) sorted by relevance

/system/extras/simpleperf/
Dread_elf_test.cpp76 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols) { in ParseSymbol()
80 static void CheckGlobalVariableSymbols(const std::map<std::string, ElfFileSymbol>& symbols) { in CheckGlobalVariableSymbols()
86 static void CheckFunctionSymbols(const std::map<std::string, ElfFileSymbol>& symbols) { in CheckFunctionSymbols()
93 void CheckElfFileSymbols(const std::map<std::string, ElfFileSymbol>& symbols) { in CheckElfFileSymbols()
99 std::map<std::string, ElfFileSymbol> symbols; in TEST() local
106 std::map<std::string, ElfFileSymbol> symbols; in TEST() local
114 std::map<std::string, ElfFileSymbol> symbols; in TEST() local
120 std::map<std::string, ElfFileSymbol> symbols; in TEST() local
128 std::map<std::string, ElfFileSymbol> symbols; in TEST() local
151 std::map<std::string, ElfFileSymbol> symbols; in TEST() local
Denvironment_test.cpp42 const std::vector<Symbol>& symbols = dso->GetSymbols(); in TEST() local
Ddso.cpp245 void Dso::SetSymbols(std::vector<Symbol>* symbols) { in SetSymbols()
332 std::vector<Symbol>* symbols) { in KernelSymbolCallback()
340 std::vector<Symbol>* symbols) { in VmlinuxSymbolCallback()
431 std::vector<Symbol>* symbols) { in ElfFileSymbolCallback()
Dread_apk_test.cpp60 std::map<std::string, ElfFileSymbol> symbols; in TEST() local
Dcmd_dumprecord.cpp210 std::vector<Symbol> symbols; in DumpFeatureSection() local
Drecord_file_reader.cpp392 std::vector<Symbol>* symbols) { in ReadFileFeature()
466 std::vector<Symbol> symbols; in LoadBuildIdAndFileFeatures() local
Drecord_file_writer.cpp300 const std::vector<const Symbol*>& symbols) { in WriteFileFeature()
Dthread_tree.cpp271 uint64_t min_vaddr, std::vector<Symbol>* symbols) { in AddDsoInfo()
Dcmd_report_sample.cpp499 const std::vector<Symbol>& symbols = dso->GetSymbols(); in PrintFileInfoInProtobuf() local
Dcmd_record.cpp1116 const std::vector<Symbol>& symbols = dso->GetSymbols(); in DumpFileFeature() local
Dcmd_record_test.cpp355 std::vector<Symbol> symbols; in TEST() local
/system/core/libunwindstack/tests/
DSymbolsTest.cpp61 Symbols symbols(0x1000, sizeof(TypeParam), sizeof(TypeParam), 0x2000, 0x100); in TYPED_TEST_P() local
88 Symbols symbols(0x1000, sizeof(TypeParam), sizeof(TypeParam), 0x2000, 0x100); in TYPED_TEST_P() local
122 Symbols symbols(0x1000, sizeof(TypeParam) * 3, sizeof(TypeParam), 0x2000, 0x500); in TYPED_TEST_P() local
181 Symbols symbols(0x1000, entry_size * 3, entry_size, 0x2000, 0x500); in TYPED_TEST_P() local
222 Symbols symbols(0x1000, sizeof(TypeParam), sizeof(TypeParam), 0x2000, 0x100); in TYPED_TEST_P() local
284 Symbols symbols(0x1000, 3 * sizeof(TypeParam), sizeof(TypeParam), 0xa000, 0x1000); in TYPED_TEST_P() local
/system/core/libbacktrace/
Dbacktrace_offline_test.cpp81 std::vector<FunctionSymbol> symbols = { in GetFunctionSymbols() local
200 const std::vector<FunctionSymbol>& symbols) { in FunctionNameForAddress()
230 std::vector<FunctionSymbol> symbols; member
/system/extras/simpleperf/runtest/
Druntest.py474 def _check_symbol_overhead_requirements(self, test, symbols): argument
497 def _check_symbol_children_overhead_requirements(self, test, symbols): argument
517 def _check_symbol_relation_requirements(self, test, symbols): argument