https://github.com/johnramsden/ebpf-syscall-tracer
eBPF testing (forked from libbpf-bootstrap)
https://github.com/johnramsden/ebpf-syscall-tracer
Last synced: 3 months ago
JSON representation
eBPF testing (forked from libbpf-bootstrap)
- Host: GitHub
- URL: https://github.com/johnramsden/ebpf-syscall-tracer
- Owner: johnramsden
- License: bsd-3-clause
- Created: 2024-10-28T03:22:39.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T04:03:17.000Z (6 months ago)
- Last Synced: 2025-02-24T17:07:40.508Z (3 months ago)
- Language: CMake
- Homepage:
- Size: 4.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eBPF Syscall Tracer
eBPF code for tracing all syscalls.
Compiling:
```shell
cd examples/c
make ksyscall
```Run:
```shell
./ksyscall
```## Credit
Forked base from [libbpf-bootstrap](https://github.com/libbpf/libbpf-bootstrap/)