Searched defs:image_diff_pid (Results 1 - 2 of 2) sorted by relevance

/art/imgdiag/
H A Dimgdiag_test.cc86 bool Exec(pid_t image_diff_pid, const std::string& boot_image, std::string* error_msg) { argument
93 // Run imgdiag --image-diff-pid=$image_diff_pid and wait until it's done with a 0 exit code.
98 diff_pid_args_ss << kImgDiagDiffPid << "=" << image_diff_pid; local
103 zygote_pid_args_ss << kImgDiagZygoteDiffPid << "=" << image_diff_pid; local
119 bool ExecDefaultBootImage(pid_t image_diff_pid, std::string* error_msg) { argument
120 return Exec(image_diff_pid, boot_image_location_, error_msg);
H A Dimgdiag.cc54 pid_t image_diff_pid,
59 image_diff_pid_(image_diff_pid),
100 bool DumpImageDiff(pid_t image_diff_pid, pid_t zygote_diff_pid)
107 StringPrintf("/proc/%ld", static_cast<long>(image_diff_pid)); // NOLINT [runtime/int]
115 auto proc_maps = std::unique_ptr<BacktraceMap>(BacktraceMap::Create(image_diff_pid));
144 return DumpImageDiffMap(image_diff_pid, zygote_diff_pid, boot_map);
283 bool DumpImageDiffMap(pid_t image_diff_pid,
292 StringPrintf("/proc/%ld/mem", static_cast<long>(image_diff_pid)); // NOLINT [runtime/int]
359 "/proc/%ld/pagemap", static_cast<long>(image_diff_pid)); // NOLINT [runtime/int]
1018 pid_t image_diff_pid,
51 ImgDiagDumper(std::ostream* os, const ImageHeader& image_header, const std::string& image_location, pid_t image_diff_pid, pid_t zygote_diff_pid) argument
1016 DumpImage(Runtime* runtime, std::ostream* os, pid_t image_diff_pid, pid_t zygote_diff_pid) argument
1057 const char* image_diff_pid = option.substr(strlen("--image-diff-pid=")).data(); variable
[all...]

Completed in 43 milliseconds