Searched refs:vmlinux_ (Results 1 – 2 of 2) sorted by relevance
198 std::string Dso::vmlinux_; member in Dso244 void Dso::SetVmlinux(const std::string& vmlinux) { vmlinux_ = vmlinux; } in SetVmlinux()295 vmlinux_.clear(); in ~Dso()589 if (!vmlinux_.empty()) { in LoadSymbols()595 ElfStatus status = ParseSymbolsFromElfFile(vmlinux_, build_id, symbol_callback); in LoadSymbols()596 ReportReadElfSymbolResult(status, path_, vmlinux_); in LoadSymbols()
190 static std::string vmlinux_; variable