[roll] Roll fuchsia [block_client] Add a trace counter for requests

Add a trace counter for the number of outstanding requests that the
block client has with the block server.

Ideally, this counter would be located in the block server to capture
the requests from all clients. The block server currently handles
requests synchronously and the requests back up in the fifo and the
block client so a counter in the server wouldn't be that accurate when
it would be most useful. Once command queuing is implemented, we should
move the counter over there.

Original-Bug: b/485652497
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1511136
Original-Revision: 0c6392d3066ecd2fd1d71638b3db8dae71650e5b
GitOrigin-RevId: 2bc704d8287c2eabd8f44922a0bf595bb0622d72
Change-Id: I605d071a359ee691fa283ff1ea4cfae7a4dc1089
1 file changed
tree: 7816f4889b4f7ad266decb9a0398694b09e7da34
  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.