-
### bpftrace --info
```
~# bpftrace --info
System
OS: Linux 5.4.0-1021-gcp #21~18.04.1-Ubuntu SMP Mon Jul 13 03:31:28 UTC 2020
Arch: x86_64
Build
version: v0.10.0-193-g2420
LLVM:…
-
In https://github.com/libbpf/libbpf-rs/commit/4e62c38322cced90ad673d25e8253f47ad37c566, Rust type generation changed from the used types to all types. This is mostly harmless, except in the case were …
-
nettrace version: v1.2.6.
cpu:loongarch
kernel:4.19 version
# ./nettrace -p icmp --debug
DEBUG: command: mount | grep debugfs, status:0
DEBUG: command: cat /sys/kernel/debug/tracing/events/skb/…
-
Initial install fails with
```
Warning FailedCreate 5s (x13 over 25s) daemonset-controller Error creating: insufficient quota to match these scopes: [{PriorityClass In [system-node-critical …
-
It appears as if the ELF parser does not handle all possible values of `e_shstrndx` correctly:
https://github.com/libbpf/blazesym/blob/master/src/elf/parser.rs#L192-L207
`ELF(5)` states:
```
…
-
It would be great to have the functionality of [ebpf_exporter](https://github.com/cloudflare/ebpf_exporter) also on Windows. There seems to be already work underway (https://github.com/cloudflare/ebpf…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
I have upgraded an existing instance of cilium in a cluster to use the new service mesh images …
-
I wasn't able to build bcc because the LLVM_DEFINITIONS from my llvm build was parsed incorrectly, resulting in invalid compiler flags.
The LLVM_DEFINITIONS that caused the problem for me was
`-D…
-
We enabled the _bcc_ in Yocto framework and found there are a few test cases (listed below) with bcc selftest are getting failed on non x86_64 architectures (arm64/riscv64).
In Poky, meta-openembed…
-
### What reproduces the bug? Provide code if possible.
```
$ sudo ./build/src/bpftrace -e 'tracepoint:skb:kfree_skb { print(*curtask) }' -d libbpf | tail
ERROR: Unknown BPF object load failur…