An open API service indexing awesome lists of open source software.

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)

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/)