Commit 90b3ea50 authored by Brendan Gregg's avatar Brendan Gregg

more trim

parent 2517339a
...@@ -10,9 +10,9 @@ eBPF was [described by](https://lkml.org/lkml/2015/4/14/232) Ingo Molnár as: ...@@ -10,9 +10,9 @@ eBPF was [described by](https://lkml.org/lkml/2015/4/14/232) Ingo Molnár as:
> One of the more interesting features in this cycle is the ability to attach eBPF programs (user-defined, sandboxed bytecode executed by the kernel) to kprobes. This allows user-defined instrumentation on a live kernel image that can never crash, hang or interfere with the kernel negatively. > One of the more interesting features in this cycle is the ability to attach eBPF programs (user-defined, sandboxed bytecode executed by the kernel) to kprobes. This allows user-defined instrumentation on a live kernel image that can never crash, hang or interfere with the kernel negatively.
BCC makes eBPF programs easier to write, with kernel instrumentation in C BCC makes eBPF programs easier to write, with kernel instrumentation in C
and a front-end in Python. It is suited for many tasks, including advanced and a front-end in Python. It is suited for many tasks, including performance
performance analysis and network traffic control. analysis and network traffic control.
## Screenshot ## Screenshot
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment