Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp223 std::string Dso::vmlinux_; member in Dso
269 void Dso::SetVmlinux(const std::string& vmlinux) { vmlinux_ = vmlinux; } in SetVmlinux()
320 vmlinux_.clear(); in ~Dso()
597 if (!vmlinux_.empty()) { in LoadSymbols()
604 auto elf = ElfFile::Open(vmlinux_, &build_id, &status); in LoadSymbols()
608 ReportReadElfSymbolResult(status, path_, vmlinux_); in LoadSymbols()
Ddso.h194 static std::string vmlinux_; variable