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
..
2017-05-04 10:03:00 -03:00
2017-04-19 13:01:51 -03:00
2017-05-24 08:41:48 +02:00
2016-11-14 12:42:56 -03:00
2017-03-30 13:35:50 -07:00
2016-07-12 16:23:35 -03:00
2016-08-04 11:02:38 +02:00
2017-05-04 10:05:55 -03:00
2017-04-20 13:22:43 -03:00
2017-04-26 15:31:57 -03:00
2017-05-24 08:41:48 +02:00
2017-03-13 10:59:36 -03:00
2017-03-31 14:42:31 -03:00
2017-04-19 13:01:51 -03:00
2017-03-27 11:58:09 -03:00
2017-05-02 18:23:04 -03:00
2017-04-19 13:01:51 -03:00
2017-04-25 15:30:47 -03:00
2017-05-02 18:23:12 -03:00
2017-03-27 11:58:09 -03:00
2017-04-19 13:01:51 -03:00
2017-03-27 11:58:09 -03:00
2017-04-24 13:43:34 -03:00
2017-04-24 13:43:33 -03:00
2017-04-24 13:43:35 -03:00
2017-04-19 13:01:46 -03:00
2017-04-19 13:01:51 -03:00
2017-04-24 13:43:34 -03:00
2017-03-27 11:58:09 -03:00
2017-04-19 13:01:51 -03:00
2017-04-24 13:43:35 -03:00
2017-05-02 19:09:35 -07:00
2017-04-24 13:43:34 -03:00
2017-04-24 13:43:33 -03:00
2017-04-19 13:01:51 -03:00
2017-05-24 08:41:48 +02:00
2017-04-24 13:43:34 -03:00
2017-04-24 13:43:35 -03:00
2017-04-25 15:30:47 -03:00
2017-04-25 15:30:47 -03:00
2017-04-24 13:43:33 -03:00
2017-04-24 13:43:33 -03:00
2017-03-31 11:26:03 -03:00
2017-03-13 10:59:31 -03:00
2014-03-18 18:17:06 -03:00
2016-02-04 15:57:00 -03:00
2017-04-13 11:47:43 -03:00
2017-02-17 16:04:38 -03:00
2017-04-19 13:01:42 -03:00
2015-03-19 13:53:27 -03:00
2014-10-29 10:32:48 -02:00
2016-09-08 13:44:07 -03:00
2015-08-06 16:48:27 -03:00
2017-04-25 15:30:47 -03:00
2017-03-14 11:38:23 -03:00