]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
perf report: Introduce --inline option
authorJin Yao <yao.jin@linux.intel.com>
Sat, 25 Mar 2017 20:34:27 +0000 (04:34 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 27 Mar 2017 15:01:46 +0000 (12:01 -0300)
commitf3a60646cc3e0524d8f1083db1da7532a1590b40
tree83766346749cc5c35d9e06445e7e71f3b59201e7
parenta64489c56c307bf0955f0489158c5ecf6aa10fe2
perf report: Introduce --inline option

It takes some time to look for inline stack for callgraph addresses.  So
it provides new option "--inline" to let user decide if enable this
feature.

  --inline:

  If a callgraph address belongs to an inlined function, the inline stack
  will be printed. Each entry is the inline function name or file/line.

Signed-off-by: Yao Jin <yao.jin@linux.intel.com>
Tested-by: Milian Wolff <milian.wolff@kdab.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@intel.com>
Link: http://lkml.kernel.org/r/1490474069-15823-4-git-send-email-yao.jin@linux.intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-report.txt
tools/perf/builtin-report.c
tools/perf/util/symbol.h