Re: [PATCH] perf unwind: Limit warnings when asked for not supported unwind

2017-06-19 Thread Jiri Olsa
On Sun, Jun 18, 2017 at 08:01:38PM -0300, Arnaldo Carvalho de Melo wrote: > Thanks! > > On Jun 18, 2017 7:53 PM, "Jiri Olsa" wrote: > > > On Fri, Jun 16, 2017 at 01:25:04PM -0300, Arnaldo Carvalho de Melo wrote: > > > Em Fri, Jun 16, 2017 at 02:12:53PM +0200, Jiri Olsa escreveu: > > > > Ingo rep

Re: [PATCH] perf unwind: Limit warnings when asked for not supported unwind

2017-06-18 Thread Jiri Olsa
On Fri, Jun 16, 2017 at 01:25:04PM -0300, Arnaldo Carvalho de Melo wrote: > Em Fri, Jun 16, 2017 at 02:12:53PM +0200, Jiri Olsa escreveu: > > Ingo reported following warning flooding the report out: > > > > unwind: target platform=x86 is not supported > > > > We trigger this warning when the dw

Re: [PATCH] perf unwind: Limit warnings when asked for not supported unwind

2017-06-16 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 16, 2017 at 02:12:53PM +0200, Jiri Olsa escreveu: > Ingo reported following warning flooding the report out: > > unwind: target platform=x86 is not supported > > We trigger this warning when the dwarf unwinder is asked to > process architecture which wasn't compiled in, like when yo