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
..
2016-07-04 20:27:27 -03:00
2009-06-06 20:33:43 +02:00
2015-02-12 17:53:00 -03:00
2015-04-29 10:38:06 -03:00
2013-07-08 17:37:25 -03:00
2015-08-21 11:34:10 -03:00
2016-11-11 13:18:52 -03:00
2016-03-30 11:14:09 -03:00
2012-08-13 14:55:02 -03:00
2016-10-24 11:07:41 -03:00
2016-03-18 13:57:20 -03:00
2009-06-06 20:33:43 +02:00
2009-06-06 20:33:43 +02:00
2009-06-06 20:33:43 +02:00
2009-06-06 20:33:43 +02:00
2009-06-06 20:33:43 +02:00
2017-02-20 11:47:18 -03:00
2013-12-09 15:21:45 -03:00
2015-10-19 16:10:25 -03:00
2016-07-04 19:39:00 -03:00
2011-12-23 17:01:03 -02:00
2017-05-04 09:59:53 -03:00
2017-02-13 14:29:37 -03:00
2016-06-28 10:54:57 -03:00
2017-02-20 11:47:08 -03:00
2016-01-08 14:23:02 -03:00
2017-03-03 19:07:17 -03:00
2009-06-06 20:33:43 +02:00
2016-02-05 09:46:45 -03:00
2017-01-11 16:48:01 -03:00
2016-12-01 13:03:02 -03:00
2015-06-19 18:27:13 -03:00
2017-03-27 11:58:09 -03:00
2013-10-09 11:24:01 -03:00
2016-06-15 10:35:27 -03:00
2016-09-01 09:44:14 -03:00
2017-05-04 09:59:53 -03:00
2017-05-04 09:59:53 -03:00
2017-03-14 15:17:38 -03:00
2014-10-15 17:39:02 -03:00
2014-10-15 17:39:02 -03:00
2017-05-24 08:41:48 +02:00
2017-03-21 16:04:11 -03:00
2016-06-30 18:27:45 -03:00
2014-07-10 00:22:54 +02:00
2016-12-07 12:00:35 -03:00
2017-04-13 10:54:04 -03:00
2017-05-04 09:59:53 -03:00
2015-10-05 16:36:18 -03:00
2016-09-01 09:44:13 -03:00
2017-05-04 09:59:53 -03:00