[roll] Roll fuchsia [ffx_trace] Filter for "kernel:ipc" when symbolizing

A non kernel trace provider could emit a flow with an id with conflicts
with an ipc flow id. This could cause an id to be contained in the
`flow_state` mapping which points to a non-step containing kernel:ipc
flow, and a step containing non kernel:ipc flow which would trigger the
assert.

This filters non "kernel:ipc" events before attempting to check for flow
stages.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1271144
Original-Revision: 787b28968c4e45cae3ee482c7ab38952e2494865
GitOrigin-RevId: c5394e4f554ffcd513b0a7029936b25e2bee1c0e
Change-Id: I715d1390a9bda2eec33f3a8d1e8cb4927c9bd589
1 file changed
tree: ab0b925b9607c452c971dd2eb7addb902b721140
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.