Home
last modified time | relevance | path

Searched refs:CreateKernelModuleDso (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Ddso_test.cpp309 std::unique_ptr<Dso> dso = Dso::CreateKernelModuleDso(ELF_FILE, 0, 0, kernel_dso.get()); in TEST()
322 Dso::CreateKernelModuleDso(tmpfile.path, module_memory_start, in TEST()
H A Ddso.h145 static std::unique_ptr<Dso> CreateKernelModuleDso(const std::string& dso_path,
H A Dthread_tree.cpp162 Dso::CreateKernelModuleDso(filename, memory_start, memory_end, FindKernelDsoOrNew()); in FindKernelModuleDsoOrNew()
H A Ddso.cpp1064 std::unique_ptr<Dso> Dso::CreateKernelModuleDso(const std::string& dso_path, uint64_t memory_start, in CreateKernelModuleDso() function in simpleperf::Dso