[roll] Roll fuchsia [gpio][amlogic] Trace updates to GPIO pin states

Measures the duration of writing:

- output value: high or low (only for output mode)
- mode: input or output

Each duration event includes a "pin" key containing an integer value
corresponding to the Fuchsia GPIO pin number.

The newly added trace duration event names are:

- set-high
- set-low
- set-input
- set-ouput

Also captures a trace counter for output pin values to improve trace
visualization.

Original-Bug: 356419698
Test: Toggle GPIO_HEADER_PIN_37 with gpioutil and check trace.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1117332
Original-Revision: 2e539e4b5b6be10edc79b83e5a68dc563fda0a54
GitOrigin-RevId: abc6ec0f8bd56d8822876bc16ac965698a048bc5
Change-Id: Ibb9775ee6b90af1d4b4f7d48dcf82dea642431b0
1 file changed
tree: c98e67aecf26ddd3805110ce236cb509c0c189d2
  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.