diff options
author | Namhyung Kim <namhyung@kernel.org> | 2014-04-16 11:04:51 +0900 |
---|---|---|
committer | Jiri Olsa <jolsa@kernel.org> | 2014-05-21 11:45:35 +0200 |
commit | 22af969e8cfc6ea46d3e1a774a16d7e19b8cf4db (patch) | |
tree | e8c2e0b30db28e500d31b5ef6ec55a0aaa26ae3e /tools/perf/ui/setup.c | |
parent | 512ae1bd6acb811c72e44e2540099eccd31f773d (diff) | |
download | linux-stable-22af969e8cfc6ea46d3e1a774a16d7e19b8cf4db.tar.gz linux-stable-22af969e8cfc6ea46d3e1a774a16d7e19b8cf4db.tar.bz2 linux-stable-22af969e8cfc6ea46d3e1a774a16d7e19b8cf4db.zip |
perf tools: Call perf_hpp__init() before setting up GUI browsers
So that it can be set properly prior to set up output fields. That
makes easy to handle/warn errors during the setup since it doesn't
need to be bothered with the GUI.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1400480762-22852-11-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Diffstat (limited to 'tools/perf/ui/setup.c')
-rw-r--r-- | tools/perf/ui/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/ui/setup.c b/tools/perf/ui/setup.c index 5df5140a9f29..ba51fa8a1176 100644 --- a/tools/perf/ui/setup.c +++ b/tools/perf/ui/setup.c @@ -86,8 +86,6 @@ void setup_browser(bool fallback_to_pager) use_browser = 0; if (fallback_to_pager) setup_pager(); - - perf_hpp__init(); break; } } |