[roll] Roll fuchsia [ffx][profiler] Add FFI wrapper for unwinder library

This change introduces a C++ wrapper around the `//src/lib/unwinder`
library and exposes a safe Rust interface in `ffx profiler`. This allows
the host profiling tools to perform offline unwinding using the standard
Fuchsia unwinder by passing memory chunks, module data, and registers.

Original-Bug: 483770923
Test: fx test ffx_profiler_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1530198
Original-Revision: 02439bb92057ce80a44ce0e90ef45145c7aa8cbb
GitOrigin-RevId: b45718c6712641b146b57342af9405d4dd3bed5d
Change-Id: I8da1db2570d070028ac3dcee1fab6bfaa802b5f7
1 file changed
tree: 9fae82bfbb87159136d608db7901526184751e34
  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.