[roll] Roll fuchsia [starnix] add starnix input inspect timestamps

Original-Bug: 366004806
Test: fx test starnix-input-tests
Test: manual test with ffx inspect on device. sample dump below:
$ ffx inspect show core/starnix_runner/kernels\*:root/container/kernel/touch_device && ffx inspect show core/starnix_runner/kernels\*:root/container/kernel/keyboard_device
core/starnix_runner/kernels:2AJ9SgM:
  metadata:
    name = root
    component_url = starnix_kernel#meta/starnix_kernel.cm
    timestamp = 642119575958
  payload:
    root:
      container:
        kernel:
          touch_device:
            touch_file:
              fidl_events_converted_count = 31
              fidl_events_ignored_count = 0
              fidl_events_received_count = 31
              fidl_events_unexpected_count = 0
              last_generated_uapi_event_timestamp_ns = 553482701833
              last_read_uapi_event_timestamp_ns = 553482701000
              uapi_events_generated_count = 130
              uapi_events_read_count = 130

core/starnix_runner/kernels:2AJ9SgM:
  metadata:
    name = root
    component_url = starnix_kernel#meta/starnix_kernel.cm
    timestamp = 642579161083
  payload:
    root:
      container:
        kernel:
          keyboard_device:
            keyboard_file:
              fidl_events_converted_count = 8
              fidl_events_ignored_count = 0
              fidl_events_received_count = 8
              fidl_events_unexpected_count = 0
              last_generated_uapi_event_timestamp_ns = 526324007000
              last_read_uapi_event_timestamp_ns = 526324007000
              uapi_events_generated_count = 16
              uapi_events_read_count = 16

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1140993
Original-Revision: 304fcf5a4f20fb9e3ee7cdee2ad138dffdf2d4c0
GitOrigin-RevId: 7d99a56a77dfbe2e8af2c93f05379bd879adfd8a
Change-Id: I541007e919cc65bd16177cc8ebc79a09daf4d094
1 file changed
tree: 2a8938df1fdf1dca9d064c531412f59e1e54d44a
  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.