[roll] Roll third_party/perfetto Fix chrome_tasks table to correctly process toplevel Java events.

Our current GLOB checks for "*toplevel*" and "*Java*" need to
account for when toplevel events are also Java events; for example,
choreographer events are toplevel, so we want to filter then out
of the non-embedded Java slice processing and include them in
top-level non-embedded Java slice processing.

Original-Revision: b177a9b77d364faf675687204c9e48b8fd4d813c
GitOrigin-RevId: 8cf787379c82bd917ba9afe16f28f2ae01fd2d1d
Change-Id: I38748158efe18afc4902211f12fdc80943e9dd4e
1 file changed
tree: 9ac11c364abead397d70e8dac6e76a2018576149
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.