-
Updated
Aug 11, 2021 - Go
bpf
Here are 162 public repositories matching this topic...
-
Updated
Jul 5, 2021 - C
-
Updated
Aug 11, 2021 - C
-
Updated
Aug 10, 2021 - C
-
Updated
Aug 11, 2021
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
As part of integrating Tracee as a library we would like to have the ability to use functions like 'missingKernelConfigOptions', 'checkRequiredCapabilities' etc.
-
Updated
Jul 1, 2021 - Go
-
Updated
Jun 30, 2021 - Go
kinvolk/inspektor-gadget#163 introduced support for a new hook mode based on NRI (Node Resource Interface). Currently this mode only works if the user explicitly pass the --hook-mode=nri option and it's not considered when --hook-mode=auto is used.
Inspektor Gadget should detect if containerd v1.5+ is used as runtime and set HOOK_MODE="podinformer" in the followin
Add _split variant of btf__get_from_id() API. The name should take into account libbpf/libbpf#278, though.
-
Updated
Aug 10, 2021 - Rust
-
Updated
Jan 19, 2021 - Rust
Can we get some performance comparison between polycube and using standard linux facilities (NAT, iptables, etc.)?
CPU usage, PPS, latencies, etc.
-
Updated
Jul 22, 2021 - C
When the k8s subcommand notices that a container is deleted, it keeps the tracelet for one minute. Directly retire the tracelet without any timeouts after dumping it a final time and store the rendered string compressed in a second list (which has a maximal length, appending if full will push the oldest element out).
If the API functions for dump, close etc can't find an active tracelet,
-
Updated
Jul 21, 2021 - Go
-
Updated
Aug 10, 2021 - Go
-
Updated
Sep 17, 2020 - Makefile
Improve this page
Add a description, image, and links to the bpf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bpf topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Useful for networking tracing to convert from network order to host order.
Describe the solution you'd like
int[8|16|32|64] bswap(int[8|16|32|64])
We can make bswap() infer the integer width and return the appropriate integer. Previous discussi