[roll] Roll fuchsia [ebpf] Add EbpfProgramContext::struct_mappings()

Now the eBPF linker uses `EbpfProgramContext::struct_mappings()` to get
`StrungMappings` instead of taking it as a parameter. The default
implementation assembles the mappings from the field mappings specified
by each argument. This simplifies code that calls the client and makes
it less error-prone.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1429616
Original-Revision: dd95177fd72b8753cd713ec45396189a5628d69c
GitOrigin-RevId: 0bf82c014bc07ee1bc036f7b12fe6c7edaaa69d6
Change-Id: I4637c4e3fce498c78d8d5107e0f3a40939ef7b0e
1 file changed
tree: 41c7c166a6b5f45e39e93a1bb916ec4849f8566c
  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.