-
### Checks
- [X] I have searched the existing issues
- [X] I have read the documentation
- [X] Is it your first time sumbitting an issue
### Current Behavior
time="2023-11-19T02:12:30+08:00…
-
Proposal:
1) Assume a series of BPF instructions have been parsed, a control flow graph has been created along with a set of pre and post conditions.
2) Assume that the BPF instructions are being ex…
-
Summary:
eBPF for Windows should support signature enforcement on ELF files containing eBPF programs. eBPF for Windows could then be configured to only permit loading of ELF files signed by key chain…
-
`xdp_buff` has a metadata area, which an XDP eBPF program can use to stash some info (using `bpf_xdp_adjust_meta` and direct packet access to write data). This information is transferred to `sk_buff`,…
-
**Describe the bug**
Along with 1.29 AKS upgrade, retina agens was installed on our nodes, which resulted in degraded network throughput, details in https://github.com/Azure/AKS/issues/4508
**To R…
-
Today we have all pipeline related logic as part of the ebpf package.
Since ebpf package should handle ebpf related stuff (programs, maps, perf/ring buffers), it makes sense to extract the pipeline r…
-
From @yanivagman:
We recently added the new "dependencies" field into the event definition. This concept of dependencies can be expanded to describe which BPF features are required for an event to w…
-
Implement exporting an assembled eBPF bytecode program to an ELF object, similar to e.g. `clang -target bpf someProgram -o someProgram.o`.
This would allow us to use tools like `bpftool` to load pr…
-
[eBPF performance tests](https://github.com/microsoft/ebpf-for-windows/tree/master/tests/performance) currently only focus on the platform and execution context.
It would make sense to add the abil…
-
I'm getting the following error with uprobe + llvm jit:
```
[2024-01-28 01:12:03][info][707874] Created uprobe/uretprobe perf event handler, module name /500g-a/git/ebpf-plus/libbpf/uprobes/a.out,…