[roll] Roll fuchsia [profiler] Add on-boot profiling support

This change introduces support for profiling during the boot process.

It adds a new FIDL table, OnBootConfig which is a @serializable type.
This is a subset of Config, just removing the Launch configuration
fields, since they used resources and are not supported via on-boot.

In \`profiler_session_manager\`, it checks for an on-boot config file
(\`.bin\`) at startup and automatically starts a background session if
found.

Original-Bug: 463973387
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1537688
Original-Revision: d0e61f5c27cbf9137320da9e77ae52326a87d9c7
GitOrigin-RevId: 5cc6fb1829aa312d2bb51d9fdad9697f75fb1312
Change-Id: I76e4a65ee9a24827f1a90ac32df7ffeae370690c
1 file changed
tree: 4c8b4a9e534d40e8f5b62b2ab412cdcbbbd88dbf
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.