[roll] Roll fuchsia [kernel] Rename ktrace-tests to ktrace-internal-tests

The ktrace tests today actually test the internal KTraceState
implementation. This rename reflects that behavior, and also prepares
us to introduce new tests that test the KTrace singleton's
functionality directly. This will be useful when we start to
implement per-CPU buffers, which will not utilize the internal
KTraceState object.

This is a pure rename and is therefore a functional no-op.

Original-Bug: 404539312
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243126
Original-Revision: 50048c3b13850e90634af56bbe3e1b04aad3803d
GitOrigin-RevId: 106692dc0818047f3170af6e184cb42b285c910e
Change-Id: I3d2afc59c55f30fd9bd1855c22d694400cac7b2d
1 file changed
tree: e3bdc46159c1e7a84a6e648a4529de3f48bfdfc4
  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.