You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/xtask/public-api
Andrew Stoycos e1a556894c
aya: add helper methods for ProgramInfo
- Add helper methods to get useful information from the ProgramInfo
object which is returned by the `loaded_programs()` API.  Specifically
this code mirrors the `bpftool prog` command in terms of useful fields.
- Add a new API macro to each aya `Program` type to allow us to fetch
its accompanying `ProgramInfo` metadata after its been loaded.
- Add a new ProgramInfo constructor that builds a new instance using
a raw fd.
- Add a smoke test for the loaded_programs() API as well as
all the relevant methods on the ProgramInfo type.

Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
1 year ago
..
aya-bpf-bindings.txt xtask: Add cargo-public-api 1 year ago
aya-bpf-cty.txt xtask: Add cargo-public-api 1 year ago
aya-bpf-macros.txt xtask: Add cargo-public-api 1 year ago
aya-bpf.txt xtask: Add cargo-public-api 1 year ago
aya-log-common.txt aya-log: s/Result<usize, ()>/Option<NonZeroUsize>/ 1 year ago
aya-log-ebpf-macros.txt xtask: Add cargo-public-api 1 year ago
aya-log-ebpf.txt xtask: Add cargo-public-api 1 year ago
aya-log-parser.txt xtask: Add cargo-public-api 1 year ago
aya-log.txt xtask: Add cargo-public-api 1 year ago
aya-obj.txt aya, aya-obj: Implement ENUM64 fixups 1 year ago
aya-tool.txt xtask: Add cargo-public-api 1 year ago
aya.txt aya: add helper methods for ProgramInfo 1 year ago