Report per-process major page faults and I/O blocked task counts.

- Sample dump with per-process stats:
https://paste.googleplex.com/5096458774642688

Aleady approved in change I1013656c7760e3aa2d27061bf0b9e17302e4c50d.
Rebased the change on ToT and fixed the merge issue.

Bug: 153080705
Test: Tested with unit tests and on coral_car device.

Change-Id: Iaa4d657f7fdcd2e46959680466cefa8f64f4f288
3 files changed
tree: a2ffed554b397da7f6e80cfa2dbaf2542c8e437a
  1. car-bugreportd/
  2. car-default-input-service/
  3. car-internal-lib/
  4. car-lib/
  5. car-maps-placeholder/
  6. car-systemtest-lib/
  7. car-test-lib/
  8. car-usb-handler/
  9. car_product/
  10. computepipe/
  11. EncryptionRunner/
  12. evs/
  13. experimental/
  14. FrameworkPackageStubs/
  15. obd2-lib/
  16. procfs-inspector/
  17. service/
  18. surround_view/
  19. tests/
  20. tools/
  21. user/
  22. vehicle-hal-support-lib/
  23. watchdog/
  24. .clang-format
  25. .gitignore
  26. Android.mk
  27. CleanSpec.mk
  28. CPPLINT.cfg
  29. OWNERS
  30. PREUPLOAD.cfg
  31. README.md
README.md

Native (C++) code format is required to be compatible with .clang-format file. Run

git clang-format --style=file --extension='h,cpp,cc' HEAD~

Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.