bcc
BCC is a toolkit for developing kernel tracing and manipulation programs using eBPF, facilitating performance analysis and network traffic control. It supports Linux kernel 4.1+, offering tools and examples for tasks like tracing disk I/O and counting kernel function calls, with language support for Python and Lua. BCC ensures safe execution without kernel interference, allowing for customization to meet specific requirements.