]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Call perf_hpp__init() before setting up GUI browsers
authorNamhyung Kim <namhyung@kernel.org>
Wed, 16 Apr 2014 02:04:51 +0000 (11:04 +0900)
committerJiri Olsa <jolsa@kernel.org>
Wed, 21 May 2014 09:45:35 +0000 (11:45 +0200)
commitfb254cf165ed90dcb8ae99cec7f141fb537139b6
treee8c2e0b30db28e500d31b5ef6ec55a0aaa26ae3e
parentc0b1b05ce16cdcfa09b2f893bb1a46772f7ab89d
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>
tools/perf/builtin-report.c
tools/perf/builtin-top.c
tools/perf/ui/browsers/hists.c
tools/perf/ui/gtk/hists.c
tools/perf/ui/setup.c