[roll] Roll fuchsia [trace-engine] Added ByteString Registration API

It's cumbersome for Rust based trace providers to need to use c strings.
This creates a set of bytestring (bytes + length) apis for trace-engine
so that Rust clients can register with a more natural `&'static str`.

Original-Bug: 387512895
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1214465
Original-Revision: e130f134a9f82c7a9604ef52d60345f1f3a8e814
GitOrigin-RevId: 411ca8ce7778edffbd6f9ee5c1ee9a9a40e53258
Change-Id: Iaed6d03804ced82e56fed91e3727403d4e11385e
1 file changed
tree: 432c2ee742f71e4763fc3b20ab0e424e1e81f6b4
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.