aboutsummaryrefslogtreecommitdiffstats
path: root/trace-usage.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2013-01-04 19:22:19 -0500
committerSteven Rostedt <rostedt@goodmis.org>2013-01-04 19:22:19 -0500
commitcd4665851631928fb89753adecd409ba2aaf45ce (patch)
treea339ec55e1f1a7f70a8a123dca9e6cea164da981 /trace-usage.c
parent8f1f4447eb62e569589e35e4bab695c6673d104b (diff)
downloadtrace-cmd-cd4665851631928fb89753adecd409ba2aaf45ce.tar.gz
trace-cmd: Add compact -P to show histogram of all functions
Add the -P option to compact all functions (ignoring pids) into their own histogram. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'trace-usage.c')
-rw-r--r--trace-usage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/trace-usage.c b/trace-usage.c
index 5de7e15d..2015b941 100644
--- a/trace-usage.c
+++ b/trace-usage.c
@@ -98,7 +98,8 @@ static struct usage_help usage_help[] = {
{
"hist",
"show a historgram of the trace.dat information",
- " %s hist [file]"
+ " %s hist [-i file][-P] [file]"
+ " -P ignore pids (compact all functions)\n"
},
{
"split",