-
Connecting to ('f.btf.hjy.cc', 8346) ... Connection failed with: timeout('timed out',)
Will retry 100 more times.
Connecting to ('a.btf.hjy.cc', 8346) ... Connection failed with: timeout('timed o…
-
# ps -ef | grep setting
system 19849 16944 0 19:06:38 ? 00:00:51 com.android.settings
# ./stackplz-v3 -p 19849 -s all --nocheck
findBTFAssets btf_file=a12-5.10-arm64_min.btf
[*] save ma…
-
When doing as suggested by the installation on macOS:
https://github.com/johang/btfs?tab=readme-ov-file#installing-on-macos
It fails:
```
$ brew install btfs
btfs: Linux is required for this so…
-
./kyanos stat http --side client -i 5 -m p -s 10 -g none
执行报错:
WARN[0000] Remove memlock:unexpected error detecting memory cgroup accounting: function not implemented
ERRO[0000] loadAgentObjects:…
-
**Is your feature request related to a problem? Please describe.**
For running on old kernels, BTF info may not be available.
**Describe the solution you'd like**
- [ ] allow use libbpf API w…
-
It would be great to enable [BTF](https://www.kernel.org/doc/html/latest/bpf/btf.html) in linuxkit kernel image. BTF enables writing reusable BPF programs that can request type information from the ru…
-
Currently BTFHUB supports BTF files only for the main kernel image (vmlinux) but not for the included modules. This means that, if an eBPF program needs to kprobe a module function, for example, in a …
-
Starting with the 6.6 Kernel I get following in journalctl/systemctl status:
```
Okt 30 21:37:21 ptr1337-cachyos systemd[1]: Started BPF-based auto-tuning of system parameters.
Okt 30 21:37:21 pt…
-
### Describe the bug
When building OpenWrt from main with BPF and DEBUG_INFO_BTF enabled, kmod-sched-bpf failed to build because act_bpf.ko was missing. However, cls_bpf.ko exists and builds succes…
-
eBPF was introduced in one of the 3.x kernel and BTF support was added in one of the 5.x version. Although a lot of these features have been backported in different mainline stable kernels as well as …