From: Sasha Goldshtein Date: Sun, 14 Feb 2016 15:53:59 +0000 (-0800) Subject: Renamed to *_example.txt and fixed README again X-Git-Tag: v0.1.8~22^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56875793ecf246d56dafa1c9c1ecbe6d95bbdfab;p=platform%2Fupstream%2Fbcc.git Renamed to *_example.txt and fixed README again --- diff --git a/README.md b/README.md index 0e26146..4dba389 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Examples: Tools: -- tools/[argdist](tools/argdist.py): Display function parameter values as a histogram or frequency count. [Examples](tools/argdist_examples.txt). +- tools/[argdist](tools/argdist.py): Display function parameter values as a histogram or frequency count. [Examples](tools/argdist_exampls.txt). - tools/[bashreadline](tools/bashreadline.py): Print entered bash commands system wide. [Examples](tools/bashreadline_example.txt). - tools/[biolatency](tools/biolatency.py): Summarize block device I/O latency as a histogram. [Examples](tools/biolatency_example.txt). - tools/[biotop](tools/biotop.py): Top for disks: Summarize block device I/O by process. [Examples](tools/biotop_example.txt). @@ -86,7 +86,7 @@ Tools: - 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/[memleak](tools/memleak.py): Display outstanding memory allocations to find memory leaks. [Examples](tools/memleak_examples.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). - tools/[oomkill](tools/oomkill.py): Trace the out-of-memory (OOM) killer. [Examples](tools/oomkill_example.txt). diff --git a/tools/argdist_examples.txt b/tools/argdist_example.txt similarity index 100% rename from tools/argdist_examples.txt rename to tools/argdist_example.txt diff --git a/tools/memleak_examples.txt b/tools/memleak_example.txt similarity index 100% rename from tools/memleak_examples.txt rename to tools/memleak_example.txt