Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso_test.cpp263 std::unique_ptr<Dso> dso = Dso::CreateKernelModuleDso(ELF_FILE, 0, 0, kernel_dso.get()); in TEST()
274 Dso::CreateKernelModuleDso("fake_module.ko", module_memory_start, in TEST()
Ddso.h136 static std::unique_ptr<Dso> CreateKernelModuleDso(const std::string& dso_path,
Dthread_tree.cpp152 Dso::CreateKernelModuleDso(filename, memory_start, memory_end, FindKernelDsoOrNew()); in FindKernelModuleDsoOrNew()
Ddso.cpp932 std::unique_ptr<Dso> Dso::CreateKernelModuleDso(const std::string& dso_path, uint64_t memory_start, in CreateKernelModuleDso() function in simpleperf::Dso