[roll] Roll third_party/perfetto c5fb93e..be5960b (46 commits)

be5960b Merge "tp: move all operators consistently to start of line in SQL"
f5aabc9 Merge "ui: Kill slice description in the UI"
95f6036 tp: move all operators consistently to start of line in SQL
f546ee1 Merge changes I6e917a3c,Ib5ee076c
b480e8b Merge "tp: add minimal compression for TracePacketData inside sorter queues"
eb6dfce Merge "tp: Implement overriding stdlib"
d937514 tp: add minimal compression for TracePacketData inside sorter queues
5980c71 tp: Implement overriding stdlib
568eb0c tp: make sure there are spaces between operators and other tokens in SQL
f33bc5c tp: Remove one too many layers of nesting in Chrome metrics
5c53aff Merge "Change update_power_state metric from ms to micro_secs"
891ffcb ui: Kill slice description in the UI
c194bc1 Merge "[perfetto] Store FD receiving callback before parent struct move."
197b711 Merge "tp: fix glob implementation with char classes"
13e9b77 Merge "tp: fix Bazel visibility of trace processor python libraries"
f18b616 tp: fix Bazel visibility of trace processor python libraries
3b9e52b tracing: add TraceBuffer::CloneReadOnly()
20a8231 Merge "service: Ensure UUID + add explicit UUID packet"
cf25b47 Merge "Fix field paths in experimental_proto_content table"
f598aef Fix field paths in experimental_proto_content table
7c327c2 service: Ensure UUID + add explicit UUID packet
e9a51fd Merge "Use DeobfuscationMapping in TraceProcessor for translation Java class names from the "args" table."
ec34475 tp: fix glob implementation with char classes
ffe20e6 Use DeobfuscationMapping in TraceProcessor for translation Java class names from the "args" table.
1102fc2 Change update_power_state metric from ms to micro_secs
5056c06 Merge "tracing: Send triggers on connection"
5dcf912 Merge "docs: Dynamic categories are not supported with TRACE_EVENT()"
174021b Merge "bazel: fix build in G3"
28b1da6 Merge "Check concurrent startups during launch."
98cfd9a Check concurrent startups during launch.
c5e69f0 tp: remove trailing spaces
b38750a tp: rename BIG INT type to BIGINT
0dd4715 tp: change all == to = in SQL files
a3c35f5 bazel: fix build in G3
0372827 tracing: Send triggers on connection
4f6803d Merge "ui: Handle old permalinks"
162bf29 ui: Handle old permalinks
a7d3afe Merge "build docs in UI bot"
860ddee docs: Dynamic categories are not supported with TRACE_EVENT()
a3284eb Merge "Add chrome_args_class_name metric."
51908f2 Merge "tp: fix include header path"
a6e5746 tp: fix include header path
ae0f614 Add chrome_args_class_name metric.
4a6b28e tracing: Make SDK buildable on WASM
ccba759 build docs in UI bot
4c6f54d [perfetto] Store FD receiving callback before parent struct move.

GitOrigin-RevId: 709268d17f922f9e0c806e4629c7a47435f893df
Change-Id: I48651e5c47b30bdc382f2a02610ffdd9e5be072a
1 file changed
tree: 9d8d4a2d68622badd0c3c0e8fbde4ca4c4b87af1
  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.