[roll] Roll fuchsia [zxdump] Fix reader job tree self-assembly

This greatly revamps the job tree tracking in the reader, which
had gotten broken in all the rebasing and refactoring since it
was originally written.  It's now more strict about maintaining
unique task KOIDs, including eagerly fetching the child KOID
lists so as to track KOIDs of referenced tasks not yet ingested
from dumps or acquired as live tasks.  It rejects dumps or live
insertions that would paradoxically duplicate task KOIDs or match
up a parent expecting a child task of a different type.  Only
duplicate thread KOIDs are ignored since they don't really affect
tree navigation.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/720463
Original-Revision: 1b7db368b00bd098f2aa59f17277122b7271d0d9
GitOrigin-RevId: e51f8921afb8d6c60191f0e5ee623e05feec4670
Change-Id: I3ef35dc81fc249edde3b59bd7edbf102998b29af
1 file changed
tree: b406d305abfd54ead09e2df19fd7bb0416f103e9
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.