Home | History | Annotate | Download | only in imgdiag

Lines Matching full:image_diff_pid_

1111         image_diff_pid_(image_diff_pid),
1119 if (image_diff_pid_ < 0 && zygote_diff_pid_ < 0) {
1126 // image_diff_pid_, invalidate zygote_diff_pid_, and remember that
1127 // image_diff_pid_ is now special.
1128 if (image_diff_pid_ < 0) {
1129 image_diff_pid_ = zygote_diff_pid_;
1137 StringPrintf("/proc/%ld", static_cast<long>(image_diff_pid_)); // NOLINT [runtime/int]
1145 auto tmp_proc_maps = std::unique_ptr<BacktraceMap>(BacktraceMap::Create(image_diff_pid_));
1175 // Open /proc/<image_diff_pid_>/mem and read as remote_contents_.
1177 StringPrintf("/proc/%ld/mem", static_cast<long>(image_diff_pid_)); // NOLINT [runtime/int]
1207 // Open /proc/<image_diff_pid_>/pagemap.
1209 "/proc/%ld/pagemap", static_cast<long>(image_diff_pid_)); // NOLINT [runtime/int]
1258 PrintPidLine("IMAGE", image_diff_pid_);
1262 if (image_diff_pid_
1605 pid_t image_diff_pid_; // Dump image diff against boot.art if pid is non-negative
1616 // The contents of /proc/<image_diff_pid_>/maps.
1680 if (!ParseInt(image_diff_pid, &image_diff_pid_)) {
1709 if (kill(image_diff_pid_,
1752 pid_t image_diff_pid_ = -1;
1763 args_->image_diff_pid_,