[roll] Roll fuchsia [trace] Extract process, thread record ingestion code into helpers

The current trace-ingestion code is essentially a single giant function,
which is hard to reason about and adapt to alternative in-memory
representations of the trace file that's being ingested.

This pre-factoring will help adapt the code to support a split trace
format that can be ingested using less RAM.

Original-Bug: 437397276
Test: fx test trace_importing_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1407255
Original-Revision: 510db437dc793c51880ac89ae04c38d156ef64e1
GitOrigin-RevId: 572d6f487f9831d55206e73882878f5132637cc1
Change-Id: I95d7b026d47b63f1f99e9cc1b47cbc387d7c2898
1 file changed
tree: 26f4afb46c36263c017af11b81b9eaa604183752
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.