[roll] Roll fuchsia [ffx][tracing] Simplify symbolization code structure

The match with several if clauses has always made me scratch my head
while reading this code so I've replaced it with a helper function that
retrieves an event argument by name (if present) and a couple of if lets
that I think are easier to follow.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1233144
Original-Revision: 3eec90aaeb5f34dfa14ba8a57c18115a6394dc51
GitOrigin-RevId: 33fc39866fba82d857f9bf5055e5e1e245cee797
Change-Id: I6bff64c445fe7688f7cffd216205f72a545aa5f7
1 file changed
tree: db80d1d65d3eeb8108bad19ed2a9342913966df5
  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.