Added tool to README
authorSasha Goldshtein <goldshtn@gmail.com>
Thu, 11 Feb 2016 19:34:49 +0000 (11:34 -0800)
committerSasha Goldshtein <goldshtn@gmail.com>
Thu, 11 Feb 2016 19:34:49 +0000 (11:34 -0800)
README.md

index 0de68ed..c41cb90 100644 (file)
--- a/README.md
+++ b/README.md
@@ -79,6 +79,7 @@ Tools:
 - tools/[filetop](tools/filetop.py): File reads and writes by filename and process. Top for files. [Examples](tools/filetop_example.txt).
 - tools/[funccount](tools/funccount.py): Count kernel function calls. [Examples](tools/funccount_example.txt).
 - tools/[funclatency](tools/funclatency.py): Time kernel functions and show their latency distribution. [Examples](tools/funclatency_example.txt).
+- tools/[gentrace](tools/gentrace.py): Trace function parameter values as a histogram or raw data. [Examples](tools/gentrace_examples.txt).
 - 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).