[roll] Roll fuchsia [starnix] Send attribution update on process name changes

With this change, Starnix will send a memory attribution update when the
name of one of its Linux processes changes.

This change also refactors some of the memory attribution code. In
particular, the memory attribution module is event-driven only, and no
longer wakes up every 5 seconds to scan the list of processes.

This is a reland of fxr/1217147. fxr/1217147 held the PidTable lock for
the whole duration of the event processing loop, including the sleep,
which was incorrect and degraded performance.

BUG=393078902

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1239525
Original-Revision: c0f99d72002a7224864968d743e7a654e59397fe
GitOrigin-RevId: d2f2f3be02bc55b9fc311d57b1051b997f621445
Change-Id: I2ddf248f46174e27d4c842277c27aa394f97d908
1 file changed
tree: 467afd67cf2aad6f8cee167979e3fc16c5392f4f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.