Home
last modified time | relevance | path

Searched refs:vmlinux (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Dcmd_report.cpp511 std::string vmlinux; in ParseOptions() local
622 vmlinux = args[i]; in ParseOptions()
630 if (!vmlinux.empty()) { in ParseOptions()
631 Dso::SetVmlinux(vmlinux); in ParseOptions()
Ddso.h125 static void SetVmlinux(const std::string& vmlinux);
Ddso.cpp244 void Dso::SetVmlinux(const std::string& vmlinux) { vmlinux_ = vmlinux; } in SetVmlinux() argument