[roll] Roll fuchsia [fxt] Implement the Rest of the FXT Events

Implements:
- DurationEvent
- DurationBeginEvent
- DurationEndEvent
- AsyncBeginEvent
- AsyncInstantEvent
- AsyncEndEvent
- FlowBeginEvent
- FlowStepEvent
- FlowEndEvent

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

This is 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/+/675697
Original-Revision: c3fc68837e70aa28fcbd8659fa1eb0d28c7fb0bd
GitOrigin-RevId: b809220219b7bf942c08fac9581f7055f7e6aa91
Change-Id: I85c58527886990932554c991a459644b5743f9dc
1 file changed
tree: 34f49b24f5cba645778f219df02bb755f9fe49cb
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.