[roll] Roll fuchsia [profiler] Fix the bit-rotted profiler library

Fix ProfilerLogListener which has bit-rotted. The prior code relied on
seeing "dso:" messages through the logger, but these are no longer being
emitted. With this CL, I am able to profile an ARM binary running on an
astro device. I have not tried other devices or emulators.

While here, I cleaned up and modernized the code slightly.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/487264
Original-Revision: 59e69c4b48c7d3b1530de69924c4809f1773c8e1
GitOrigin-RevId: e89b978a702cdfff42a8aeb466ca9b9e4eb2b4bf
Change-Id: I97c75b5d5adb594f2fd83a1cc2280edcc3818acd
1 file changed
tree: 973ef3ab9b0df65d19986ac5f2c47cef0510316a
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.