[roll] Roll fuchsia [starnix] Fix PerfEventOpenTest flakiness

Reduce the sample duration to 10ms and use a steady clock busy loop
instead of a passive sleep (usleep) to avoid circular buffer
overflows under high-frequency sampling.

Additionally, fix a range-based loop typo that checked the incorrect
frame sentinel index.

Test: fx test starnix_syscalls_cpp_tests --test-filter PerfEventOpenTest.MmapFirstRecordPageIsValid
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1612420
Original-Original-Revision: 73faa3748095c5dcaaf3a8af0e705d84c64a276e
GitOrigin-RevId: dcd04c0e5f7b523e6cdaeb08661232f8adf9dc75
Change-Id: Ieab7c976b10a4c9a95185295ce6608a5445a7528
1 file changed
tree: d8e4166ab121b4a928094b586f947872bea66a2f
  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.