Re: [PATCH 1/2] perf script: allow extended console debug output

2018-10-22 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 22, 2018 at 11:40:33AM +0200, Jiri Olsa escreveu: > On Sun, Oct 21, 2018 at 09:14:23PM +0200, Milian Wolff wrote: > > The script tool isn't using a browser, yet use_browser > > wasn't set explicitly to zero. This in turn lead to confusing > > output such as: > > > > ``` > > $ perf

Re: [PATCH 1/2] perf script: allow extended console debug output

2018-10-22 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 22, 2018 at 11:40:33AM +0200, Jiri Olsa escreveu: > On Sun, Oct 21, 2018 at 09:14:23PM +0200, Milian Wolff wrote: > > The script tool isn't using a browser, yet use_browser > > wasn't set explicitly to zero. This in turn lead to confusing > > output such as: > > > > ``` > > $ perf

Re: [PATCH 1/2] perf script: allow extended console debug output

2018-10-22 Thread Jiri Olsa
On Sun, Oct 21, 2018 at 09:14:23PM +0200, Milian Wolff wrote: > The script tool isn't using a browser, yet use_browser > wasn't set explicitly to zero. This in turn lead to confusing > output such as: > > ``` > $ perf script -vvv ... > ... > overlapping maps in /home/milian/foobar (disable tui

Re: [PATCH 1/2] perf script: allow extended console debug output

2018-10-22 Thread Jiri Olsa
On Sun, Oct 21, 2018 at 09:14:23PM +0200, Milian Wolff wrote: > The script tool isn't using a browser, yet use_browser > wasn't set explicitly to zero. This in turn lead to confusing > output such as: > > ``` > $ perf script -vvv ... > ... > overlapping maps in /home/milian/foobar (disable tui

[PATCH 1/2] perf script: allow extended console debug output

2018-10-21 Thread Milian Wolff
The script tool isn't using a browser, yet use_browser wasn't set explicitly to zero. This in turn lead to confusing output such as: ``` $ perf script -vvv ... ... overlapping maps in /home/milian/foobar (disable tui for more info) ... ``` Explicitly set use_browser to 0 now, which gives us the

[PATCH 1/2] perf script: allow extended console debug output

2018-10-21 Thread Milian Wolff
The script tool isn't using a browser, yet use_browser wasn't set explicitly to zero. This in turn lead to confusing output such as: ``` $ perf script -vvv ... ... overlapping maps in /home/milian/foobar (disable tui for more info) ... ``` Explicitly set use_browser to 0 now, which gives us the