Sin descripción

Carl e83885a277 add networking demo hace 11 meses
example e83885a277 add networking demo hace 11 meses
.gitignore 538ba5e592 init hace 1 año
Makefile 538ba5e592 init hace 1 año
README.md 885d89ff73 init README.md hace 1 año
function.cpp e83885a277 add networking demo hace 11 meses
function.h e83885a277 add networking demo hace 11 meses
main.cpp e83885a277 add networking demo hace 11 meses
main.h e83885a277 add networking demo hace 11 meses
table.cpp e83885a277 add networking demo hace 11 meses
table.h e83885a277 add networking demo hace 11 meses
test.php e83885a277 add networking demo hace 11 meses

README.md

PHP BPF Compiler Collection (PBCC)


  • PBCC是一个专为PHP打造,用于创建高效内核跟踪和操作程序的工具包,其中包含多个实用工具和示例。
  • PBCC核心逻辑使用C/C++编写(包括LLVM的C包装器、PHP扩展),前端使用PHP脚本编写。
  • PBCC依赖libbpfbcc与Linux BPF子系统交互。

安装


教程


内容


unfinished