This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
root
/
php-ebpf
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Nessuna descrizione
4
Commit
1
Rami (Branch)
0
Rilasci
Albero (Tree):
f44ca20072
Rami (Branch)
Tag
master
php-ebpf
HTTP
SSH
ZIP
TAR.GZ
Carl
f44ca20072
init table
10 mesi fa
example
1f24885d72
init example
10 mesi fa
.gitignore
538ba5e592
init
10 mesi fa
Makefile
538ba5e592
init
10 mesi fa
README.md
885d89ff73
init README.md
10 mesi fa
main.cpp
f44ca20072
init table
10 mesi fa
table.cpp
f44ca20072
init table
10 mesi fa
test.php
538ba5e592
init
10 mesi fa
README.md
PHP BPF Compiler Collection (PBCC)
PBCC是一个专为
PHP
打造,用于创建高效内核跟踪和操作程序的工具包,其中包含多个实用工具和示例。
PBCC核心逻辑使用C/C++编写(包括LLVM的C包装器、PHP扩展),前端使用PHP脚本编写。
PBCC依赖
libbpf
和
bcc
与Linux BPF子系统交互。
安装
教程
内容
unfinished