From a691c545a5e8457f98e7fdb4d5168d4ce4b5ed6d Mon Sep 17 00:00:00 2001 From: Brendan Gregg Date: Sun, 14 Feb 2016 18:22:57 -0800 Subject: [PATCH] docs link typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeaf46e..ef581af 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Tools: - tools/[gethostlatency](tools/gethostlatency.py): Show latency for getaddrinfo/gethostbyname[2] calls. [Examples](tools/gethostlatency_example.txt). - tools/[hardirqs](tools/hardirqs.py): Measure hard IRQ (hard interrupt) event time. [Examples](tools/hardirqs_example.txt). - tools/[killsnoop](tools/killsnoop.py): Trace signals issued by the kill() syscall. [Examples](tools/killsnoop_example.txt). -- tools/[mdflush](tools/mdflush.py): Trace md flush events. [Examples](tools/mdflush.txt). +- tools/[mdflush](tools/mdflush.py): Trace md flush events. [Examples](tools/mdflush_example.txt). - tools/[memleak](tools/memleak.py): Display outstanding memory allocations to find memory leaks. [Examples](tools/memleak_example.txt). - tools/[offcputime](tools/offcputime.py): Summarize off-CPU time by kernel stack trace. [Examples](tools/offcputime_example.txt). - tools/[offwaketime](tools/offwaketime.py): Summarize blocked time by kernel off-CPU stack and waker stack. [Examples](tools/offwaketime_example.txt). -- 2.7.4