Searched refs:vmlinux_ (Results 1 – 2 of 2) sorted by relevance
241 std::string Dso::vmlinux_; member in simpleperf::Dso288 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()
189 static std::string vmlinux_; variable