[roll] Roll fuchsia [thread-sampler] Add asserts for per cpu structs

Timer migration could be a possible cause of the panic we see in the
thread sampler code. We don't expect timer migration to run in a normal
profiling scenario, but as the sampler code is currently incompatible
with timer migration, we should at least assert some invariants to
ensure it doesn't happen.

Original-Bug: 410034543
Original-Bug: 392888672

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1250734
Original-Revision: 169cae3dbdb9fb86eef2778aea46ecab1a6a2160
GitOrigin-RevId: 53e583e02e3f1dea76e6a590833c11335f7f3543
Change-Id: I2c2294aac75e1da6f37ce771abe084a0b47dd26a
1 file changed
tree: 5d55d49912590ea2595ac82ec2b5adb83d4c8b46
  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.