[roll] Roll fuchsia [ffx][profiler] Add --unwind-strategy flag

This adds an `--unwind-strategy` option to the `ffx profiler` `attach`
and `launch` subcommands to configure how the profiler unwinds
callgraphs. The flag accepts either "fp" or "dwarf":

* "fp" (default): Uses on-device frame pointers for unwinding.
* "dwarf": Uses off-device DWARF unwinding. This is necessary to
  profile binaries compiled without frame pointers, such as 32-bit
  starnix containers.

Original-Bug: 483768420
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1538554
Original-Revision: a4c6722029881646a891e4c8d44951244d2f2c74
GitOrigin-RevId: a12ce6a479a3defe940df78f4bc8fac2e29a95f7
Change-Id: If0cb2462e1aa0028209516f0c90e41b5f76223e7
1 file changed
tree: 414742d3feaccdfeb8bd12c17a155148d8277faa
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.