[roll] Roll fuchsia Revert "[early-boot-instrumentation] Flexible kernel files"

This reverts commit 80c5fa106bdc92dee90623c10f985b3d45518034.

Reason for revert: Breaks coverage. Infra relies on file extensions being profraw. This needs to be resolved.

Original change's description:
> [early-boot-instrumentation] Flexible kernel files
>
> No longer hard code the path, instead use a convention where
> instrumentation data is under:
>  * kernel/i/
>
> Each entry under that path is a directory whose name is the sink name of
> the debug data.
>  * kernel/i/sink-name/
>
> Each sink directory has up to two subdirectories:
>  * kernel/i/sink-name/s/ -> static data
>  * kernel/i/sink-name/d/ -> dynamic data.
>
> Each of this directories has a named file representing the module.suffix
> the kernel wish to expose. For now we can use the 31 characters
> available for the object name to encode this information. If this
> becomes a problem it can be revisited. For now, name is just truncated.
>
> Then early boot component exports each of the corresponding files with
> the respective file name.
>
> Side-effect filenames are no longer remapped, but that is fine, since
> test manager just copies over static/dynamic directories as is.
>
> Original-Bug: 120396 # Done
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/822975

Original-Bug: 120396 # Done
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/898899
Original-Revision: 96e3d7056ad2e8843f844a7f02bb883d59776165
GitOrigin-RevId: a15a0557704f53e2e0d999b4e8fb29b285c937bf
Change-Id: I8592bd5f62b638f061e603c33929c195718a9497
1 file changed
tree: ef30915bd46505806a99035581f4ac2eb0fabb1c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.