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/test/integration-test/bpf
Dave Tucker 79ea64ca7f aya: Fix (func|line)_info multiple progs in section
This commit fixes the (func|line)_info when we have multiple programs in
the same section. The integration test reloc.bpf.c serves as our test
case here. This required filtering down the (func|line)_info to only
that in scope of the current symbol + then adjusting the offets to
appease the kernel.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
1 year ago
..
ext.bpf.c aya: Find programs using the symbol table 1 year ago
main.bpf.c aya: Find programs using the symbol table 1 year ago
multimap-btf.bpf.c integration-test: compile C probes using build.rs 1 year ago
reloc.bpf.c aya: Fix (func|line)_info multiple progs in section 1 year ago
reloc.btf.c integration-test: Remove runtime toolchain deps 1 year ago
text_64_64_reloc.c integration-test: compile C probes using build.rs 1 year ago