linux_dsm_epyc7002/tools/perf
Namhyung Kim 6bf1a295a8 perf ui/gtk: Setup browser window early
The ui__error/warning functions use gtk infobar or statusbar and pr_*
functions use statusbar too.  But after perf gtk context created but
those infobar and/or statusbar not yet set up, calling one of those
functions will get a segment fault.

Although current code has no problem, move these setting as early as
possible so that it can prevent the segfault from future change.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1356078018-31905-3-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2013-01-24 16:40:16 -03:00
..
arch
bench
config
Documentation perf/core improvements and fixes 2013-01-24 16:30:45 +01:00
python
scripts
tests perf tests: Don't fail if a matching vmlinux isn't found, skip that test 2013-01-24 16:40:14 -03:00
ui perf ui/gtk: Setup browser window early 2013-01-24 16:40:16 -03:00
util perf tools: remove redundant checks from _sort__sym_cmp 2013-01-24 16:40:14 -03:00
.gitignore
bash_completion
builtin-annotate.c
builtin-bench.c
builtin-buildid-cache.c perf buildid-cache: Add option to show build ids that are missing in the cache 2012-12-09 08:46:08 -03:00
builtin-buildid-list.c perf symbols: Generalize filter in __fprintf_buildid methods 2012-12-09 08:46:07 -03:00
builtin-diff.c perf diff: Use internal rb tree for compute resort 2013-01-24 16:40:06 -03:00
builtin-evlist.c perf evsel: Adopt fprintf routine from 'perf evlist' 2012-12-11 17:19:53 -03:00
builtin-help.c
builtin-inject.c
builtin-kmem.c perf kmem: use ARRAY_SIZE instead of reinventing it 2013-01-24 16:40:15 -03:00
builtin-kvm.c perf kvm: Initialize file_name var to fix segfault 2013-01-24 16:40:13 -03:00
builtin-list.c
builtin-lock.c
builtin-probe.c
builtin-record.c perf machine: Simplify accessing the host machine 2013-01-24 16:40:13 -03:00
builtin-report.c perf machine: Introduce struct machines 2013-01-24 16:40:12 -03:00
builtin-sched.c perf session: There is no need for a per session hists instance 2013-01-24 16:40:12 -03:00
builtin-script.c perf script: use ARRAY_SIZE instead of reinventing it 2013-01-24 16:40:15 -03:00
builtin-stat.c perf evsel: Introduce perf_evsel__open_strerror method 2013-01-24 16:40:09 -03:00
builtin-timechart.c
builtin-top.c perf machine: Simplify accessing the host machine 2013-01-24 16:40:13 -03:00
builtin-trace.c perf evlist: Set the leader in the perf_evlist__config method 2012-12-11 17:19:01 -03:00
builtin.h
command-list.txt
CREDITS
design.txt
Makefile perf ui/gtk: Factor out common browser routines 2013-01-24 16:40:16 -03:00
MANIFEST perf tools: Fix building from 'make perf-*-src-pkg' tarballs 2013-01-10 16:03:26 -03:00
perf-archive.sh
perf.c
perf.h perf evsel: Do missing feature fallbacks in just one place 2013-01-24 16:40:08 -03:00