暫無描述

Carl 976629bdc9 update demo 9 月之前
example 976629bdc9 update demo 9 月之前
.gitignore 538ba5e592 init 10 月之前
Makefile 538ba5e592 init 10 月之前
README.md 885d89ff73 init README.md 10 月之前
main.cpp 976629bdc9 update demo 9 月之前
table.cpp 976629bdc9 update demo 9 月之前
table.h d9fcd74e8d add demo 10 月之前
test.php 976629bdc9 update demo 9 月之前

README.md

PHP BPF Compiler Collection (PBCC)


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

安装


教程


内容


unfinished