Re: [PATCH] perf report: Enable finding the kernel inline function

From: Arnaldo Carvalho de Melo
Date: Tue Jul 18 2017 - 11:52:30 EST


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