commit | 4c31c2c3d569bdcf3deafab8c5625e08227393f1 | [log] [tgz] |
---|---|---|
author | Gianfranco Valentino <gevalentino@fuchsia.infra.roller.google.com> | Wed Aug 09 23:51:56 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Aug 09 16:52:47 2023 -0700 |
tree | ef30915bd46505806a99035581f4ac2eb0fabb1c | |
parent | 7df4bd7d0eb5715b995c723b8c07781badcfadf2 [diff] |
[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
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 via the IRC channel #fuchsia
on Freenode.
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
.