Files
syscall_monitor/collector/__init__.py
MarceloZoeng 26a5f99587
All checks were successful
CI / lint-and-build (push) Successful in 8s
中文+README
2026-06-14 12:08:27 +08:00

3 lines
199 B
Python

# collector 包:系统调用采集模块
# 负责通过 eBPF/ftrace 等机制追踪并采集内核系统调用事件
# 显式声明是常规包,不包含任何代码,仅用于组织模块结构