commit | df8bd086e28bb967dd6e4b2f8d395ab845292cef | [log] [tgz] |
---|---|---|
author | Gwen Mittertreiner <gmtr@google.com> | Tue Feb 11 17:29:54 2025 -0800 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 11 17:29:54 2025 -0800 |
tree | 28a86ed494fa38a537eb5d0c62075269c301bd25 | |
parent | 58fd31244468e2173493e3f0bf80cb524b8d15a2 [diff] |
[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. Change-Id: I0ef4a9a0a2b1336af50dea563d97503b71d5c1d1 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1203290 Reviewed-by: Jia Li <lizhijia@google.com> Commit-Queue: Gwen Mittertreiner <gmtr@google.com>
Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.
We expect everyone interacting with our project to respect our code of conduct.
Read more about Fuchsia's principles.
See Getting Started.
See fuchsia.dev.