-
**Is your feature request related to a problem? Please describe.**
Add kernel ring buffer and perf event support for kernel-user maps
**Describe the solution you'd like**
**Describe alter…
-
### Describe the feature you'd like supported
I noticed your [architecture diagram](https://github.com/microsoft/ebpf-for-windows#architectural-overview) and thought it would be possible to use Mer…
-
Hi Guys,
I am trying to use libbcc in Android to load eBPF code required for various usecases. Currently the libbcc API only supports taking a string containing C source code and building/loading tha…
-
Hi team. As the title says, in C code we can create bpf maps by using the `bpf_create_map` helper.
Can't the same thing be done with bcc? (Judging from reference_guide.md, we can't)
My usecase …
-
**When I finished configuring the environment I found some errors as follows**
```
root@zy-virtual-machine:~/桌面/ebpf-http-parser-master# make
go generate
/root/桌面/ebpf-http-parser-master/kprobe.c:…
-
To use https://github.com/aquasecurity/libbpfgo/issues/195 instead, as we need the active CPUs
-
### What happened?
**Data source:** ec2 spot instance 5c.metal
This issue describes the significant different between power metrics collected on Feb and the power metrics collected on July. While …
-
Hi everyone,
I was wondering if BCC's Python library supports retrieving a BPF map from the file system (AKA a pinned map). I am loading an XDP program in C using [libbpf](https://github.com/libbpf…
-
error: failed to run custom build command for `libbpf-sys v1.5.0+v1.5.0` Caused by: process didn't exit successfully: `/workdir/openwrt/build_dir/target-aarch64_cortex-a53_musl/einat-ebpf-0.1.2/tar…
-
Hi all,
I am trying to send data via an socket to an socket sever (running on an port)
My current code looks like this now:
```
short SocketCreate(void)
{
short hSocket;
bpf_printk(…