perf script: Allow extended console debug output
authorMilian Wolff <milian.wolff@kdab.com>
Sun, 21 Oct 2018 19:14:23 +0000 (21:14 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 22 Oct 2018 15:37:53 +0000 (12:37 -0300)
commitc1c9b9695cc8868048f45c7e2559f65bc0be7382
tree7b1a4c9e2bd5019837a995468aa29016d065b895
parentcbb5df7e96070f1f728ff7885443646ebba703d4
perf script: Allow extended console debug output

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 extended
debug information now in perf script as expected.

Signed-off-by: Milian Wolff <milian.wolff@kdab.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Link: http://lkml.kernel.org/r/20181021191424.16183-1-milian.wolff@kdab.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c