[roll] Roll fuchsia [driver_runtime] Update inlining stats for missed channel writes.

If a channel receives a message, but there is not a channel wait
registered, inlining will not happen. Later on when the channel
wait is registered, either it would show it was inlined,
or the wrong reason would be displayed.

This records the message as not inlined, then we make sure the
correct reason is reflected later in the stats.

Original-Bug: 330742756
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1017446
Original-Revision: b8bca4a9e60fde8e0193234f602a9a8f08279abd
GitOrigin-RevId: 29448c7ec6351964f67cd1004e354ec26a2cf18d
Change-Id: I8faa9d83559830635ef5ecff8be8645f58e05132
1 file changed
tree: b18c90247736ff44f9639c482dd6babcd3a5270e
  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 via the IRC channel #fuchsia on Freenode.

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.