OSDN Git Service

perf script: Print callchains and symbols if they exist
authorDavid Ahern <dsahern@gmail.com>
Wed, 20 Nov 2013 04:07:37 +0000 (21:07 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 27 Nov 2013 17:58:38 +0000 (14:58 -0300)
commit80b8b496ec6edaff01f9ab74dbe8a517cd718de8
treed1717f3ae99f38b525e9d053a57e854c700a040a
parent3bfe5f81fc8f87bf822f3da36927cfc549f3b3db
perf script: Print callchains and symbols if they exist

The intent of perf-script is to dump the events and information in the
file. H/W, S/W and raw events all dump callchains if they are present;
might as well make that the default for tracepoints too.

v2: Only add options for sym, dso and ip if callchains are present

Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Link: http://lkml.kernel.org/r/1384920457-5986-1-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c