]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf trace: Add summary only option
authorDavid Ahern <dsahern@gmail.com>
Tue, 12 Nov 2013 16:31:15 +0000 (09:31 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Nov 2013 19:24:38 +0000 (16:24 -0300)
commitfd2eabaf16984bc75695e43f4b76e6f20ed4ea41
tree183ed62dbfd9b53d70c05aeecff230f6119d34bc
parent99ff7150547382ee612c40d8d6a0670ddec7c9fc
perf trace: Add summary only option

Per request from Pekka make --summary a summary only option meaning do
not show the individual system calls. Add another option to see all
syscalls along with the summary. In addition use 's' and 'S' as
shortcuts for the options.

Requested-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: David Ahern <dsahern@gmail.com>
Tested-by: Pekka Enberg <penberg@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Pekka Enberg <penberg@kernel.org>
Link: http://lkml.kernel.org/r/1384273875-3751-1-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-trace.txt
tools/perf/builtin-trace.c