[roll] Roll fuchsia [ktrace_provider] Remove use of kernel.Reader

ktrace_provider uses a fidl call to the long deprecated Platform Bus
driver from DFv1. This provided a small abstraction over calling
zx_ktrace_control directly.

With a more modern approach, we directly route the debug resource to
ktrace_provider and just call the system call directly. This removes a
bunch of copying through the fidl channel, and set up for removing the
tracing portion of the platform bus entirely.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1203290
Original-Revision: df8bd086e28bb967dd6e4b2f8d395ab845292cef
GitOrigin-RevId: db60731c46f0567b305ba77ed4eec7f22708168b
Change-Id: Ia8a6a9f8b4d0ddaf35296f38a38cd86ed7a18f84
1 file changed
tree: e7a02de472e8ea5e641907d5a33d484fa0bbee9f
  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.