Usama Saqib
Usama Saqib
### What does this PR do? This PR provides the facility to map sock objects to pids. ### Motivation We do not have access to the pid of the process...
### What does this PR do? This PR pushes the bpf-only llvm binaries built during CI to dd-agent-omnibus S3 bucket. It also changes the invoke tasks for building system-probe to...
### What does this PR do? This PR changes the network agent maps to btf-maps. ### Motivation The primary motivation for doing this was to improve the debugging experience of...
### What does this PR do? This PR upgrades the clang and llvm version in the CI pipeline from 11.0.1 to 14.0.3. The table below compares the sizes (in MB)...
### What does this PR do? This PR adds a mechanism to tag TLS connections. ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA...
### What does this PR do? This PR adds builtins which take advantage of the fact that map values and context pointers, etc, are guaranteed to be aligned, to generate...
### What does this PR do? This PR sets the kprobe attach method at the manager level rather than per probe. Made possible after this PR: https://github.com/DataDog/ebpf-manager/pull/71 ### Motivation ###...
### What does this PR do? This PR allows a user to pass a file filter and a program filter to selectively show the verification statistics of eBPF programs. ###...
### What does this PR do? This PR changes how tests packages are shared with the microvms running the tests. Currently, we use NFS to expose the tests packages directly...
### What does this PR do? The ebpf invoke tasks use the `tabulate` package to pretty print its results. This task is not intended to run in the CI. We...