[roll] Roll fuchsia [starnix][trace] Don't alloc DurationScopes when tracing is off

Currently, starnix's trace_duration macro checks if tracing is compiled
in, and if so, always allocates a Duration Scope, regardless of if
tracing is actually enabled or not. We should avoid this and only create
one if we are actually tracing.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1280149
Original-Revision: b2d7108744d2d4325fb1653779075098f202f9bd
GitOrigin-RevId: 5b49fd867a786b146cc923e90afb7e1368118b5a
Change-Id: If582f644b85526d7201a51c95d2778173c2383e5
1 file changed
tree: d89bcfe6f17c914fc47954e6a5b018926545d9bc
  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.