Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp241 std::string Dso::vmlinux_; member in simpleperf::Dso
288 vmlinux_ = vmlinux; in SetVmlinux()
338 vmlinux_.clear(); in ~Dso()
611 if (!vmlinux_.empty()) { in KernelDso()
615 if (ElfFile::Open(vmlinux_, &build_id, &status)) { in KernelDso()
616 debug_file_path_ = vmlinux_; in KernelDso()
Ddso.h189 static std::string vmlinux_; variable