-
Updated
Dec 30, 2021 - Go
ebpf
Here are 249 public repositories matching this topic...
-
Updated
Dec 23, 2021 - C++
-
Updated
Dec 30, 2021 - Lua
-
Updated
Dec 26, 2021 - C++
-
Updated
Dec 29, 2021 - Go
Non-standard non-BTF map definitions can be loaded since cilium/ebpf#362, so this can technically be enabled.
Some extra glue might be needed for parsing the extra bytes, but worth it to get extra test coverage IMO.
Add CO-RE example(s)
-
Updated
Dec 20, 2021
-
Updated
Dec 27, 2021 - Go
At the moment of writing this issue, kubectl trace only supports X86-64 as target architecture.
The tool should be able to schedule bpftrace programs against all the architectures supported by bpftrace, that are X86-64 and arm64 (aarch64) see the Cmake definition.
To achieve that we n
Currently we have just one type of docs which are "reference" documentation. We should add a "how-to/tutorials" section with goal-driven content. We can start by drawing already available content:
https://blog.aquasec.com/kubernetes-runtime-security-ebpf
https://blog.aquasec.com/tracee-runtime-malware-alerts-aqua-postee
https://blog.aquasec.com/runtime-security-tracee-rules
https://github.co
-
Updated
Dec 29, 2021 - Go
It appears that the RedBPF toolchain imposes currently undocumented restrictions on map value types that go beyond those expressed by the generic constraints:
- All variants of an enum must have the same size in memory.
- Struct fields are (mostly?) required to be aligned to multiples of 32 bits, though sometimes 64-bit alignment is required, and some structs don't work at all despite their fi
-
Updated
Aug 17, 2021 - Go
-
Updated
Dec 22, 2021 - Rust
-
Updated
Sep 7, 2021 - Rust
Can we get some performance comparison between polycube and using standard linux facilities (NAT, iptables, etc.)?
CPU usage, PPS, latencies, etc.
-
Updated
May 7, 2021 - Shell
Tasks:
- Explain current structure for system tests
- How to add new test?
- How to check coverage?
- How to integrate newly added test in the overall system test so that it can run as part of CI/GH-action?
Expected Output:
- document explaining above with sample test
-
Updated
Feb 19, 2019 - Python
-
Updated
Oct 27, 2021 - C
-
Updated
Dec 15, 2021 - C
-
Updated
Feb 18, 2020 - Go
Improve this page
Add a description, image, and links to the ebpf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ebpf topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I fiddled around with
bpftraceto write internal documentation for my colleagues on how to use it. I chosetracepoint:syscalls:sys_enter_mkdiras a suitable tracepoint for a simple demo, and wrote this code: