[roll] Roll fuchsia [profiler]Add buffer_size_mb as an argument for ffx launch and attach

Tests:
Unit tests:
```
--with-test //src/performance:tests
--with-test --with-test //src/developer
```
Manual tests:
run
```
ffx profiler attach --duration 5 --url fuchsia-pkg://fuchsia.com/my-component#meta/profiler.cm --buffer-size-mb 16\
```
check per cpu buffer size creation log - log inside diff, won't merge:
```
[00224.575353][klog] INFO: ZHIJIA: Buffer size for CPU 0: 16777216 bytes
[00224.575355][klog] INFO: ZHIJIA: Buffer size for CPU 1: 16777216 bytes
[00224.575355][klog] INFO: ZHIJIA: Buffer size for CPU 2: 16777216 bytes
[00224.575356][klog] INFO: ZHIJIA: Buffer size for CPU 3: 16777216 bytes
```
Original-Fixed: 381259383
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1175519
Original-Revision: a745497ade90faa902e62d6cb5872d656f7c95a2
GitOrigin-RevId: f749b060fe1913cea69bc680fb15c7257349925d
Change-Id: Ibec811d18fdcb4b81dc6501f9206dd7a1ccd0212
1 file changed
tree: 4c6ac983638a8cae5bec216af3234c119e99c9b9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.