original_kernel/tools/perf/Documentation
Namhyung Kim 325fbff51f perf script: Add --inline option for debugging
The --inline option is to show inlined functions in callchains.

For example:

  $ perf script
  a.out  5644 11611.467597:     309961 cycles:u:
                     790 main (/home/namhyung/tmp/perf/a.out)
                   20511 __libc_start_main (/usr/lib/libc-2.25.so)
                     8ba _start (/home/namhyung/tmp/perf/a.out)
  ...

  $ perf script --inline
  a.out  5644 11611.467597:     309961 cycles:u:
                     790 main (/home/namhyung/tmp/perf/a.out)
                         std::__detail::_Adaptor<std::linear_congruential_engine<unsigned long, 16807ul, 0ul, 2147483647ul>, double>::operator()
                         std::uniform_real_distribution<double>::operator()<std::linear_congruential_engine<unsigned long, 16807ul, 0ul, 2147483647ul> >
                         std::uniform_real_distribution<double>::operator()<std::linear_congruential_engine<unsigned long, 16807ul, 0ul, 2147483647ul> >
                         main
                   20511 __libc_start_main (/usr/lib/libc-2.25.so)
                     8ba _start (/home/namhyung/tmp/perf/a.out)
  ...

Reviewed-and-tested-by: Milian Wolff <milian.wolff@kdab.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jin Yao <yao.jin@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Milian Wolff <milian.wolff@kdab.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: kernel-team@lge.com
Link: http://lkml.kernel.org/r/20170524062129.32529-5-namhyung@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2017-05-24 08:41:48 +02:00
..
Build.txt
Makefile
android.txt
asciidoc.conf
callchain-overhead-calculation.txt
examples.txt
intel-bts.txt
intel-pt.txt
itrace.txt
jit-interface.txt
jitdump-specification.txt
manpage-1.72.xsl
manpage-base.xsl
manpage-bold-literal.xsl
manpage-normal.xsl
manpage-suppress-sp.xsl
perf-annotate.txt
perf-archive.txt
perf-bench.txt
perf-buildid-cache.txt
perf-buildid-list.txt
perf-c2c.txt perf tools: Fix spelling mistakes 2017-05-04 09:59:53 -03:00
perf-config.txt
perf-data.txt
perf-diff.txt
perf-evlist.txt
perf-ftrace.txt
perf-help.txt
perf-inject.txt
perf-kallsyms.txt
perf-kmem.txt
perf-kvm.txt
perf-list.txt perf list sdt: Show option in man page 2017-03-27 11:58:09 -03:00
perf-lock.txt
perf-mem.txt
perf-probe.txt
perf-record.txt perf tools: Fix spelling mistakes 2017-05-04 09:59:53 -03:00
perf-report.txt perf tools: Fix spelling mistakes 2017-05-04 09:59:53 -03:00
perf-sched.txt perf sched timehist: Add --next option 2017-03-14 15:17:38 -03:00
perf-script-perl.txt
perf-script-python.txt
perf-script.txt perf script: Add --inline option for debugging 2017-05-24 08:41:48 +02:00
perf-stat.txt perf stat: Collapse identically named events 2017-03-21 16:04:11 -03:00
perf-test.txt
perf-timechart.txt
perf-top.txt
perf-trace.txt perf trace: Add usage of --no-syscalls in man page 2017-04-13 10:54:04 -03:00
perf.data-file-format.txt perf tools: Fix spelling mistakes 2017-05-04 09:59:53 -03:00
perf.txt
perfconfig.example
tips.txt perf tools: Fix spelling mistakes 2017-05-04 09:59:53 -03:00