perf trace: Add record option
authorDavid Ahern <dsahern@gmail.com>
Sat, 28 Sep 2013 19:13:01 +0000 (13:13 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 11 Oct 2013 15:17:49 +0000 (12:17 -0300)
commit5e2485b1a2813faa6b80007c653f8bbbed9457ee
tree3139fc7dbdd066d626c8b0aab3988f846e1ff532
parent8fb598e5a3b0ac213012e8461a309843ba0f2e74
perf trace: Add record option

The record option is a convience alias to include the -e raw_syscalls:*
argument to perf-record. All other options are passed to perf-record's
handler. Resulting data file can be analyzed by perf-trace -i.

Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1380395584-9025-5-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
This page took 0.029085 seconds and 5 git commands to generate.