[roll] Roll fuchsia [ebpf] Implement ebpf_loader crate

The new crate allows to load ebpf programs from ELF files. It's intended
to be used in tests in order to load eBPF code compiled from C.

Currently compiled .o files have to be checked in to git because we
don't have ebpf support enabled in clang prebuilds (see
https://fxbug.dev/416736134 ).

Original-Bug: 416736134
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1272948
Original-Revision: 0224cadb4c898681af3fcbf1649f4277f2a3fbc4
GitOrigin-RevId: 6ebf57432659829a19bab12489848896433f9128
Change-Id: I5673ec383878cb1f0fc2b698776b9ece68136078
1 file changed
tree: 8c0871811d5e8ba2ffd931e377da8bd588bb07aa
  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.