Add build script to extract a list of registered syscalls

The list is used in cargo-build-bpf to check generated .so modules for
undefined symbols that are not known run-time syscalls.
This commit is contained in:
Dmitri Makarov
2021-06-12 19:54:44 -07:00
committed by Dmitri Makarov
parent 76bb403318
commit 32742df1b4
6 changed files with 51 additions and 26 deletions

1
sdk/bpf/.gitignore vendored
View File

@ -7,3 +7,4 @@
/dependencies/bin*
/dependencies/.crates.toml
/dependencies/.crates2.json
/syscalls.txt