Searched refs:vmlinux (Results 1 – 3 of 3) sorted by relevance
52 // kernel_start_addr is used to convert kernel ip address to vaddr in vmlinux.
122 static void SetVmlinux(const std::string& vmlinux);
287 void Dso::SetVmlinux(const std::string& vmlinux) { in SetVmlinux() argument288 vmlinux_ = vmlinux; in SetVmlinux()