[roll] Roll fuchsia [fxt] Added Instant and Counter Events

This adds support for Instant and Counter Events. This also implements
serialization for Thread/String refs and Arguments as they are required
for events.

This events are implemented as described by the fxt documentation [1]

This is a reimplementation of the apis
ulib/trace-engine/context_api.cc[2] that are buffer and writer
independent.

[1] https://fuchsia.dev/fuchsia-src/reference/tracing/trace-format#event-record
[2] https://cs.opensource.google/fuchsia/fuchsia/+/master:zircon/system/ulib/trace-engine/context_api.cc;l=848;drc=0b95ec1c99b1378175e59f5a4f7ef79f6d484b0a

Original-Bug: 98177
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/675286
Original-Revision: bb662198b333165cb5905c3f6fc60c7ce3b21298
GitOrigin-RevId: dbcc2b04cdff431ea514a25ee4a504d6cb8d7cb4
Change-Id: I5176c2979742b58ca7b864af02c4690b9cce0cab
1 file changed
tree: e23827b328cd2b9163662e760792157f2bfc301a
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  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.