[roll] Roll fuchsia [windowed-stats] Introduce filter mapping to reactors.

This change introduces the `filter_map_data_record` reactor combinator.
This combinator is the first that affects control flow on the basis of
inputs (rather than outputs like `then`, `and`, etc.). Filter mapping
can be used to react only to particular data that may not always be
available. For example, an input event may have variants, some of which
are to be sampled and some of which are to be ignored.

Note that discarding data events does not affect system events, which
are still observed.

Test: unit tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1189412
Original-Revision: cf0fc2740791bfe0d2143cab2e1740b5d8c2aa7b
GitOrigin-RevId: bd9437f69b05d99000d7cbf352e67f0ecde288eb
Change-Id: I9e1ee14f259a0635a75a260f0f15b74bdd1abf07
1 file changed
tree: 24b63e9da7d3d2bcd294d1d25fbf950cd90d9297
  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.