[roll] Roll fuchsia [trace] Extract model construction into a helper

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/+/1407256
Original-Revision: 7e59e854ea0abe2bc270d89a11e8158c3bf29fbb
GitOrigin-RevId: 146c5f2fa851a50b918dc27a6391e220acd6408a
Change-Id: I7b08c352de31d24dabfcd7d5ad84e3617d76e32a
1 file changed
tree: 2d1316032c5c0b37e65d9027258a1fe78f3d6861
  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.