[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
1 file changed
tree: 9f50b6525de9f5ee144dbe287b5dd9017f3a4fe1
  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.