[roll] Roll fuchsia [ffx][trace] Set IPC event names to methods

Instead of just adding a method name argument to kernel:ipc traces with
ordinals, also set the name of the event to the method name. This has
two immediate benefits when viewing a trace in perfetto:
 - you can see what protocol and method are traced just by mousing over
   the flow arrow
 - flow arrows are colour coded by their method name, so at a glance you
   can see which calls are for the same method and which are different.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1233148
Original-Revision: 92f89127093eda4533ff84e0ea248f0713132b9f
GitOrigin-RevId: 4184d96afdb3a2a06604fc1b9a4615aec5fbd956
Change-Id: I96b811d3e27e5ea79c025b3066d21e0e91a376b0
1 file changed
tree: cd59e1804e4a0aee04308825f7cc94aea2af7a1c
  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.