[roll] Roll fuchsia [perfetto-bridge] Send Perfetto Data to TraceManager

Rather than writing to a file in /tmp, this patch modifies
perfetto-bridge to wrap the packet in an fxt blob header and forwards it
to the trace manager which then forwards it to ffx.

This FXT Blob header introduces a new FXT Blob Record subtype,
TRACE_BLOB_TYPE_PERFETTO which indicates the blob contains perfetto
trace data.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/727466
Original-Revision: e69aa32b39159acf7d246d88e04b83ce376cc494
GitOrigin-RevId: 730587cefb080d686c5a21f9b36693065ec7dc21
Change-Id: I3b8154071567f72dc09b458b7738ebcf49dfe251
1 file changed
tree: c2980dd9765a6a2a13aa86e9d266dd660789d461
  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.