Home
last modified time | relevance | path

Searched refs:vmlinux_ (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Ddso.cpp56 std::string Dso::vmlinux_; member in Dso
110 vmlinux_ = vmlinux; in SetVmlinux()
238 if (!vmlinux_.empty()) { in LoadKernel()
239 ParseSymbolsFromElfFile(vmlinux_, build_id, in LoadKernel()
Ddso.h87 static std::string vmlinux_; member