Searched refs:SetSymbols (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/ |
D | report_utils_test.cpp | 82 SetSymbols(fake_native_lib_path, DSO_ELF_FILE, in SetUp() 89 SetSymbols( in SetUp() 99 SetSymbols(fake_dex_file_path, DSO_DEX_FILE, in SetUp() 107 SetSymbols(fake_jit_cache_path, DSO_ELF_FILE, in SetUp() 127 void SetSymbols(const std::string& path, DsoType dso_type, const std::vector<Symbol>& symbols) { in SetSymbols() function in CallChainReportBuilderTest 453 SetSymbols(fake_jit_cache_path, DSO_ELF_FILE, in TEST_F() 487 SetSymbols(compiled_java_path, DSO_ELF_FILE, in TEST_F() 513 SetSymbols(fake_dex_file_path, DSO_DEX_FILE, {Symbol("ctep.v", 0x200, 0x100)}); in TEST_F() 514 SetSymbols(fake_jit_cache_path, DSO_ELF_FILE, in TEST_F()
|
D | dso_test.cpp | 306 kernel_dso->SetSymbols(&kernel_symbols); in TEST() 309 module_dso->SetSymbols(&module_symbols); in TEST() 387 dso->SetSymbols(&symbols); in TEST()
|
D | dso.h | 188 void SetSymbols(std::vector<Symbol>* symbols);
|
D | thread_tree.cpp | 224 dso->SetSymbols(symbols); in AddSymbolsForProcess() 377 dso->SetSymbols(&file.symbols); in AddDsoInfo()
|
D | dso.cpp | 416 void Dso::SetSymbols(std::vector<Symbol>* symbols) { in SetSymbols() function in simpleperf::Dso
|
D | cmd_record.cpp | 1694 dso->SetSymbols(&info.symbols); in ProcessJITDebugInfo()
|