commit | bf0319a41a547d0e66733d310a799e11aea04c3f | [log] [tgz] |
---|---|---|
author | Kevin Jeon <kevinjeon@google.com> | Mon Apr 24 21:05:48 2023 -0400 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Wed Apr 26 15:37:52 2023 +0000 |
tree | 21fb760c14f3daab76e4685b0eedf73475af5778 | |
parent | c112052aeb5c3a90ef68153787a54f82c9477494 [diff] |
Temporarily remove Smaps() call in ProcessRecord This change removes the Smaps() call in ProcessRecord initialization because it leads to swap_offsets_ not being populated. This can be undone once Smaps() is reworked to collect swap_offsets_. This leads to a large regression in procrank/librank (~0.8s -> ~4.2s) and bugreport_procdump (~1.2s -> ~4.8s) due to additional map reads. This may not be fully recovered once Smaps() is corrected. Test: Run procrank and bugreport_procdump and verify that the procrank output contains populated PSwap/USwap/ZSwap columns. Bug: 279070595 (cherry picked from https://android-review.googlesource.com/q/commit:51aec949281996500e6463392c72c55c7ce8b1d8) Merged-In: I8d74d949b6b839df00ed25ad70eae4f9cb05bd47 Change-Id: I8d74d949b6b839df00ed25ad70eae4f9cb05bd47