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
tyrone-wu fbb09304a2
aya,int-test: revamp MapInfo be more friendly with older kernels
Adds detection for whether a field is available in `MapInfo`:
- For `map_type()`, we treturn new enum `MapType` instead of the integer
  representation.
- For fields that can't be zero, we return `Option<NonZero*>` type.
- For `name_as_str()`, it now uses the feature probe `bpf_name()` to
  detect if field is available.
  Although the feature probe checks for program name, it can also be
  used for map name since they were both introduced in the same commit.
3 weeks ago
..
aya-ebpf-bindings.txt public-api: regenerate 1 month ago
aya-ebpf-cty.txt chore: Bless public API changes 7 months ago
aya-ebpf-macros.txt chore: Bless public API changes 7 months ago
aya-ebpf.txt public-api: regenerate 1 month ago
aya-log-common.txt public-api: regenerate 1 month 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 public-api: regenerate 3 months ago
aya-log.txt chore(aya-log): bless API 5 months ago
aya-obj.txt aya,obj,int-test: revamp ProgramInfo be more friendly with older kernels 3 weeks ago
aya.txt aya,int-test: revamp MapInfo be more friendly with older kernels 3 weeks ago