-
Updated
Sep 3, 2021 - Go
bpf
Here are 166 public repositories matching this topic...
-
Updated
Aug 24, 2021 - C
-
Updated
Sep 2, 2021 - C
-
Updated
Aug 25, 2021 - C
-
Updated
Sep 1, 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
Sep 1, 2021 - Go
-
Updated
Aug 17, 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
Expose internal raw bytes for embedded ELF file as another BPF skeleton function. This might be useful for dumping assembly (for diagnostics), plus in some scenarios where the skeleton struct is not convenient to use, but BPF skeleton's ELF embedding is a desirable functionality.
-
Updated
Aug 29, 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
Sep 3, 2021 - Go
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.
I fiddled around with
bpftrace
to write internal documentation for my colleagues on how to use it. I chosetracepoint:syscalls:sys_enter_mkdir
as a suitable tracepoint for a simple demo, and wrote this code: