Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1690383
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] perf report: Enable finding the kernel inline function |
| Date | 2017-07-18 18:00 +0200 |
| Message-ID | <u4D4K-4gb-9@gated-at.bofh.it> (permalink) |
| References | <u4zXc-2qo-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Em Wed, Jul 19, 2017 at 04:31:32AM +0800, Jin Yao escreveu: > Currently perf has supported a mode to query inline stack. It works > well for finding the user space inline function but it doesn't work > for finding kernel inline function due to some unnecessary checking. > > This patch removes these unnecessary checking. Now the kernel inline > function can be reported. > > For example, > perf report --inline -g func --stdio Thanks, applied. - Arnaldo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] perf report: Enable finding the kernel inline function Jin Yao <yao.jin@linux.intel.com> - 2017-07-18 14:40 +0200 Re: [PATCH] perf report: Enable finding the kernel inline function Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-07-18 18:00 +0200 [tip:perf/core] perf report: Enable finding kernel inline functions tip-bot for Jin Yao <tipbot@zytor.com> - 2017-07-20 11:10 +0200
csiph-web