Searched refs:vmlinux (Results 1 – 3 of 3) sorted by relevance
511 std::string vmlinux; in ParseOptions() local622 vmlinux = args[i]; in ParseOptions()630 if (!vmlinux.empty()) { in ParseOptions()631 Dso::SetVmlinux(vmlinux); in ParseOptions()
125 static void SetVmlinux(const std::string& vmlinux);
244 void Dso::SetVmlinux(const std::string& vmlinux) { vmlinux_ = vmlinux; } in SetVmlinux() argument