[roll] Roll fuchsia [trace-engine] Add Buffer Flush Support

Normally streaming mode only sends data once we have enough data to do a
buffer swap. This produces bulk, but bursty data transfers.

Some clients may want more regular smaller data transfers. This patch
adds the ability to request a flush so that a client can receive data
when it is ready for it.

Original-Bug: 468117244

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1452729
Original-Revision: 3baf5975bfb9b1672595e697ac9178e6d751f7a1
GitOrigin-RevId: a5921f4a3bb0efd3119c20b6608638b68eb7a973
Change-Id: I3da46f6fceb4ba3d91d2c28972404401d6402b41
1 file changed
tree: dd62cff34940515dbcfc5d8467752cdd449f7445
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.