-
Tempesta Language is a DSL for L4-L7 network data processing. While L3 data is visible for TL programs, it's not assumed to work on L3 due to higher overheads in comparison with eBPF and nftables. TL …
-
SocketFilter programs can be attached to a socket with two socket options:
- SO_ATTACH_BPF
- SO_ATTACH_REUSEPORT_EBPF
See: man socket(7)
We should add an enum to `attach()` for SocketFilter pr…
-
Thank you for developing such an amazing profiling agent!
I am interested in integrating this project into other eBPF projects to support unwinding for multiple languages, replacing the `bpf_get_s…
-
eBPF for Windows should support ETW, syscall and kprobe style hooks
One of the strong points of BPF on Linux is the ability to execute BPF programs in response to kprobes and system calls. This pro…
-
**Is your feature request related to a problem? Please describe.**
Now that LF has created the eBPF Foundation (but even before then, tbh) it really makes sense for Zephyr to have an arch-agnostic eB…
-
### Describe the feature you'd like supported
This is an alternative proposal to https://github.com/microsoft/ebpf-for-windows/issues/3700. Based on feedback by my colleague Timo I had a look at invo…
-
## What do you do?
詳解 システム・パフォーマンス 1章 読む
## TODO
1章 イントロダクション
- [x] 1.1 システムパフォーマンス
- [x] 1.2 職種
- [x] 1.3 作業
- [x] 1.4 分析の視点
- [x] 1.5 パフォーマンスエンジニアリングの難しさと面白さ
- 1.5.1 主観的な性質
-…
-
While writing #90 I found myself what seemed to be abusing the Probe+Hook system.
It might be specific to OVS module or it might be needed by other modules, that's something to discuss but for me i…
-
Hello everyone, I am excited to propose the addition of a set of eBPF/BPF-related APIs to the WASI (WebAssembly
System Interface) ecosystem.
## What is eBPF?
> eBPF is a revolutionary technolog…
-
**Is your feature request related to a problem? Please describe.**
When many security hardening features are activated for a service, the overhead of seccomp filters becomes very high. It seems to …