Re: [PATCH tip/perf/core 1/7] perf symbols: find symbols in different mount namespace

2017-07-05 Thread Krister Johansen
On Mon, Jul 03, 2017 at 03:38:27PM -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Jun 30, 2017 at 07:18:53PM -0700, Krister Johansen escreveu: > > Teach perf how to resolve symbols from binaries that are in a different > > mount namespace from the tool. This allows perf to generate meaningful >

Re: [PATCH tip/perf/core 1/7] perf symbols: find symbols in different mount namespace

2017-07-03 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 30, 2017 at 07:18:53PM -0700, Krister Johansen escreveu: > Teach perf how to resolve symbols from binaries that are in a different > mount namespace from the tool. This allows perf to generate meaningful > stack traces even if the binary resides in a different mount namespace > from th

[PATCH tip/perf/core 1/7] perf symbols: find symbols in different mount namespace

2017-06-30 Thread Krister Johansen
Teach perf how to resolve symbols from binaries that are in a different mount namespace from the tool. This allows perf to generate meaningful stack traces even if the binary resides in a different mount namespace from the tool. Signed-off-by: Krister Johansen --- tools/perf/util/dso.c|