From 0f5c26489d2aaf72c8890d27791efda40028c132 Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Mon, 4 Dec 2023 13:56:55 +0200 Subject: [PATCH] readme: remove colons after subtitles because it is redundant and table of contents looks better without colons. ToC with colons looks weird: Subtitle1: Subtitle2: Subtitle3: --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0481e02e0f47..86aee668e8d4 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ pair of .c and .py files, and some are directories of files. ### Tracing -#### Examples: +#### Examples - examples/tracing/[bitehist.py](examples/tracing/bitehist.py): Block I/O size histogram. [Examples](examples/tracing/bitehist_example.txt). - 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. - 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). - 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). -#### Tools: +#### Tools
@@ -210,7 +210,7 @@ Examples: - examples/networking/[tunnel_monitor/](examples/networking/tunnel_monitor): Efficiently monitor traffic flows. - 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. -### BPF Introspection: +### BPF Introspection Tools that help to introspect BPF programs.