[roll] Roll fuchsia [roll] Roll third_party/perfetto tp: fix parsing of systrace format without irq flags (#4191)

My change in https://github.com/google/perfetto/pull/2778
made it so that traces without IRQ flags would accidentially parse the
start of the timestamp as IRQ flags instead.

Fix this by being stricter with the format of the IRQ flags (i.e. make
it so that everything except preempt depth must not be a digit, make the
entire thing optional, don't allow "partial irq flags").

Original-Fixes: https://github.com/google/perfetto/issues/4190
Original-Revision: edb95c1965c7382cab79f0065957c8c9de8b615d

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1460615
Original-Revision: 5746e9b98c975f55b2a7a1eadd68daaaa580a320
GitOrigin-RevId: ddb0342c3ca1a31e7dc4cb3c5ce57816837fcc96
Change-Id: I0200db41ae4b2496c993dee46fed285ef45941da
1 file changed
tree: ec5bdff3c307bded23acc9a15d470edbbece6b2c
  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.