Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/ebpf-template
https://github.com/higebu/ebpf-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/higebu/ebpf-template
- Owner: higebu
- Created: 2018-12-18T05:29:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T18:03:15.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T19:44:30.565Z (4 months ago)
- Language: C
- Size: 82 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ebpf-template
eBPF template repository for building eBPF object file.
## build eBPF object file
```
make
```## test
```
make test
```