[roll] Roll fuchsia [starnix][input] add Inspect metrics for input file operations

Track the frequency of file descriptor read and notify calls by adding
`fd_read_count` and `fd_notify_count` metrics to `InputFileStatus`.

Refactor `InputFile` to encapsulate `InputFileMutableState`. Logic for
adding events and reading them is moved into `add_events` and
`read_events` methods. This ensures that the new Inspect metrics are
consistently updated and that notification logic is centralized,
preventing potential errors from manual state manipulation in the
event relay.

Original-Bug: b/497504951
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1563414
Original-Revision: 3f6d5761743b617e664b6a9a45dabf08faeaf8f4
GitOrigin-RevId: ffb0f7cc36aacb8f8729f49d7f81f27f73e8129c
Change-Id: Iafb828e6a91e3fdecdb3c7620e06fed4a349c8f7
1 file changed
tree: 5c21a284285d0f8aec920b4709ddcf7b54172b34
  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.