File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pair of .c and .py files, and some are directories of files.
6363
6464### Tracing
6565
66- #### Examples:
66+ #### Examples
6767
6868- examples/tracing/[ bitehist.py] ( examples/tracing/bitehist.py ) : Block I/O size histogram. [ Examples] ( examples/tracing/bitehist_example.txt ) .
6969- examples/tracing/[ disksnoop.py] ( examples/tracing/disksnoop.py ) : Trace block device I/O latency. [ Examples] ( examples/tracing/disksnoop_example.txt ) .
@@ -80,7 +80,7 @@ pair of .c and .py files, and some are directories of files.
8080- examples/tracing/[ vfsreadlat.py] ( examples/tracing/vfsreadlat.py ) examples/tracing/[ vfsreadlat.c] ( examples/tracing/vfsreadlat.c ) : VFS read latency distribution. [ Examples] ( examples/tracing/vfsreadlat_example.txt ) .
8181- examples/tracing/[ kvm_hypercall.py] ( examples/tracing/kvm_hypercall.py ) : Conditional static kernel tracepoints for KVM entry, exit and hypercall [ Examples] ( examples/tracing/kvm_hypercall.txt ) .
8282
83- #### Tools:
83+ #### Tools
8484<center ><a href =" images/bcc_tracing_tools_2019.png " ><img src =" images/bcc_tracing_tools_2019.png " border =0 width =700 ></a ></center >
8585
8686
@@ -210,7 +210,7 @@ Examples:
210210- examples/networking/[ tunnel_monitor/] ( examples/networking/tunnel_monitor ) : Efficiently monitor traffic flows.
211211- examples/networking/vlan_learning/[ vlan_learning.py] ( examples/networking/vlan_learning/vlan_learning.py ) examples/[ vlan_learning.c] ( examples/networking/vlan_learning/vlan_learning.c ) : Demux Ethernet traffic into worker veth+namespaces.
212212
213- ### BPF Introspection:
213+ ### BPF Introspection
214214
215215Tools that help to introspect BPF programs.
216216
You can’t perform that action at this time.
0 commit comments