[roll] Roll fuchsia [eBPF] Add simple eBPF benchmarks

Added a benchmark that loads and runs eBPF programs. The benchmark
receives the list of programs to run in the args specified from the
component manifest. Currently there are two simple benchmarks:
 1. compute - executes some simple computation in a loop,
 2. hash_map - creates, looks up and then removes 10 entries in
    a hash_map.

Original-Bug: 417722100
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1277752
Original-Revision: fb56dae2fe10e1e56b7231809d0df188f8e95826
GitOrigin-RevId: bc338b63a6d59d23df761ea824fad40922c3cd0c
Change-Id: I876281c53aec1f8aadfa62a2e622564279661436
1 file changed
tree: dc3332109bcbf1e45a90acb31ccfdb4bcfae97f0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.