Home
last modified time | relevance | path

Searched refs:image_diff_pid (Results 1 – 2 of 2) sorted by relevance

/art/imgdiag/
Dimgdiag_test.cc78 bool Exec(pid_t image_diff_pid, const std::string& boot_image, std::string* error_msg) { in Exec() argument
89 diff_pid_args_ss << kImgDiagDiffPid << "=" << image_diff_pid; in Exec()
103 bool ExecDefaultBootImage(pid_t image_diff_pid, std::string* error_msg) { in ExecDefaultBootImage() argument
104 return Exec(image_diff_pid, boot_image_location_, error_msg); in ExecDefaultBootImage()
Dimgdiag.cc53 pid_t image_diff_pid) in ImgDiagDumper() argument
57 image_diff_pid_(image_diff_pid) {} in ImgDiagDumper()
95 bool DumpImageDiff(pid_t image_diff_pid) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in DumpImageDiff() argument
101 StringPrintf("/proc/%ld", static_cast<long>(image_diff_pid)); // NOLINT [runtime/int] in DumpImageDiff()
109 auto proc_maps = std::unique_ptr<BacktraceMap>(BacktraceMap::Create(image_diff_pid)); in DumpImageDiff()
138 return DumpImageDiffMap(image_diff_pid, boot_map); in DumpImageDiff()
142 bool DumpImageDiffMap(pid_t image_diff_pid, const backtrace_map_t& boot_map) in DumpImageDiffMap() argument
149 StringPrintf("/proc/%ld/mem", static_cast<long>(image_diff_pid)); // NOLINT [runtime/int] in DumpImageDiffMap()
202 "/proc/%ld/pagemap", static_cast<long>(image_diff_pid)); // NOLINT [runtime/int] in DumpImageDiffMap()
846 std::ostream* os, pid_t image_diff_pid) { in DumpImage() argument
[all …]