[roll] Roll fuchsia [kernel][ktrace] Rebase StringRef on InternedString.

This is the second of several steps to migrate the kernel's StringRef to
the more general fxt library.

- Add simple adapter from _stringref to _intern literal operator.
- Add alias from StringRef to InternedString.
- Remove duplicate functionality from lib/ktrace.
- Fixup fix up pointer/reference differences.
- Set the string registration callback during ktrace init.

Test: Verified traces with various settings.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/780184
Original-Revision: db3e6d1b7e38b391173a1bfb6e02e52f10aaacba
GitOrigin-RevId: c45464d2c0adf2366ca8415419e5c5aa6bdb0c96
Change-Id: Ic5b7fbb3fddbb4fa1fefbd79ece851f2f8de0348
1 file changed
tree: 2e3c841003fb96f5d4a8cca6448be6156cd8fe4d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.