commit | 9cb1553de362057d67cc0797cf370b5064ff6bc1 | [log] [tgz] |
---|---|---|
author | Anirudh Mathukumilli <rudymathu@fuchsia.infra.roller.google.com> | Wed Mar 19 12:15:43 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 19 12:19:49 2025 -0700 |
tree | 9f50b6525de9f5ee144dbe287b5dd9017f3a4fe1 | |
parent | 28b0114e5a7d30403bfadb64358f7b66d9ee7bf5 [diff] |
[roll] Roll fuchsia [kernel] Move ktrace_probe into KTrace singleton Moves the ktrace_probe function out of the global namespace and into the static singleton. Note that this CL also removes some of the templated types that enabled or disabled tracing at compile time, such as TraceEnabled and its specializations. These types were only used by ktrace_probe, and all callsites were either: 1. Always passing true, or 2. Always gated by some other compile time ktrace enabled constant. Therefore, this additional compile time flag was providing no real value and has been removed. Original-Bug: 42069955 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1231710 Original-Revision: 58ff32733191ab16e1bb6d03402ebf07b8997897 GitOrigin-RevId: a568393e357d61e78a04817095a0addfba3a73c9 Change-Id: I5219ec7f7cd6a63e01fb0fe0a65183848946b1af
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.