[roll] Roll fuchsia [ebpf] Reuse HelperSet instance

Previously a new HelperSet was created for every instance of an
EbpfProgram instance. Added `StaticHelperSet` trait, which provides a
static reference `HelperSet`. This allows reuse of the same `HelperSet`
instance for all programs created in the corresponding
`EbpfProgramContext`.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1429296
Original-Revision: d60fefe8d9e8fe1d2e66881d8b99af34ca60b28b
GitOrigin-RevId: fc68b701b92b265a67b3f2bddae6e8a5876eb7df
Change-Id: I430398724b076188264f9a80b0932a03019a67a9
1 file changed
tree: 99199c1959647f1c3edd8eb306c340d50956ec29
  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.