[roll] Roll fuchsia [tracing] Added category descriptions to ffx trace list-categories

The fidl protocol to get categories has a field for descriptions, but
ffx trace was ignoring it.

We now get something like:
```
local/fuchsia2 ▶ ffx trace list-categories
app (Generic application traces)                   kernel:lifecycle (<unused>)                                                            magma (Graphics Driver events)
benchmark (Benchmark traces)                       kernel:meta (Thread and process names)                                                 modular (Modular framework)
cpu (several, run xyz for the list)                kernel:probe (Userspace defined zx_ktrace_write events)                                net (Network stack events)
gfx (Graphics & Compositor)                        kernel:restricted (Duration events for when restricted mode is entered)                view (View Manager)
input (Input system)                               kernel:retain (Retain the previous contents of the buffer instead of clearing it out)
kernel (All ktrace categories)                     kernel:sched (Process and thread scheduling information)
kernel:arch (Hypervisor vcpus)                     kernel:syscall (Emit an event for each syscall)
kernel:ipc (Emit an event for each FIDL call)      kernel:tasks (<unused>)
kernel:irq (Emit a duration event for interrupts)  kernel:vm (Virtual memory events such as paging, mappings, and accesses)
```

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1168632
Original-Revision: c31201a1043bd831e10dfeeb2e567202455c3770
GitOrigin-RevId: 90a70ca27a797b6d86c4dfe475173a4b92b09237
Change-Id: Icc8a1ebb039fe3c1dc9f2a8ab4d4eff782b98028
1 file changed
tree: 334cb05eab6a6bacaec1c64293e6836f85a6c889
  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.