[roll] Roll fuchsia [profiler][starnix] Do not hardcode `size` param in perf_event_header

I misread what `size` was supposed to be, I thought it was the size of perf_event_header (always 8). It actually is:

       size   This indicates the size of the record.

This CL updates that.

Original-Bug: 444248024

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1553228
Original-Revision: 277d897dab95179fdd44de818ee973005aaac375
GitOrigin-RevId: 792fb6da8ef2921b208698d2a9e0097428792d1c
Change-Id: Ie122cd071b2441016e6c599ca9eb2ad9bb1272c2
1 file changed
tree: 7c190d823b1e51fb9a3ec3b64b88bdd24f2b52d5
  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.