[roll] Roll fuchsia [starnix] Add beginning stub to perf_event_open

Starts implementation of perf_event_open syscall.
- Check validity of pid and cpu
- Creates a file
- Returns file descriptor

Run via:
```
fx set core.x64 --release --with //src/starnix/tests/syscalls/cpp:tests --args=deny_warnings=false

fx build

fx test //src/starnix/tests/syscalls/cpp:starnix_syscalls_cpp_tests
```

Original-Bug: 394960158

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1211004
Original-Revision: 8621f0bee0276415e69dc2e9b6cbf9cf707fdd7f
GitOrigin-RevId: befed3435417832e9a7249008b184c4c145d8f3f
Change-Id: Ieaf167a148f8b220882123cfcd1f75641e42f5d4
1 file changed
tree: 4bcee8af59fb303bd9c44ab4a88dbfca3da55b3e
  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.