From: Sasha Goldshtein Date: Thu, 11 Feb 2016 19:34:49 +0000 (-0800) Subject: Added tool to README X-Git-Tag: v0.1.8~27^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=356f07aaa3b3db129cadbc34ac15aece8346bfc2;p=platform%2Fupstream%2Fbcc.git Added tool to README --- diff --git a/README.md b/README.md index 0de68ed..c41cb90 100644 --- 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).