-
### 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…
-
### 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 …
-
**Describe the bug**
The "ecc" output error message when compiling "runqlat", even though the "package.json" can be generated.
ecc version: 1.0.4 and 1.0.5
**To Reproduce**
Steps to reprodu…
-
Tests failure on latest release 0.16.0.
### What reproduces the bug?
`tests/runtime-tests.sh` output:
`[ RUN ] basic.libraries under /usr/include are in the search path
[ FAILED ]…
-
**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…
-
fast_fuse 项目:使用eBPF优化FUSE read/write 等方法性能
背景
FUSE(Filesystem in Userspace)是一个常用的用户空间文件系统框架,它允许用户空间程序实现自己的文件系统,并且可以通过内核的VFS(Virtual File System)接口进行挂载和管理。但是,FUSE存在性能瓶颈,其中之一就是在文件读取时存在内存拷贝,特别是在大量的小文件读…
-
**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:…
-
Hello everyone, I am excited to propose the addition of a set of eBPF/BPF-related APIs to the WASI (WebAssembly
System Interface) ecosystem.
## What is eBPF?
> eBPF is a revolutionary technolog…
-
It is declared as static, https://elixir.bootlin.com/linux/v6.11.4/source/mm/memory.c#L5586, and actually inlined in my kernel build:
```
pg# cat /proc/kallsyms | grep handle_mm_fault
00000000000…
-
I'm trying to build the `bpf` modules. Inside the `kernel/samples/bpf` directory I'm running `make kbuilddir=/home/kernel/linux-5.3/`
The first time, `autoconf.h` was missing, which I fixed by runn…