switch-linux/tools/perf
Namhyung Kim 1b0344e64d perf kvm: Remove invocation of setup/exit_browser()
Calling setup_browser(false) with use_browser = 0 is meaningless.
Just get rid of it.  This is necessary to remove the browser
dependency from usage_with_options() and friends.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Reviewed-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1449716459-23004-4-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2015-12-10 14:35:35 -03:00
..
arch perf tests: Pass the subtest index to each test routine 2015-11-19 13:19:15 -03:00
bench
config perf bpf: Add BPF_PROLOGUE config options for further patches 2015-11-18 17:51:03 -03:00
Documentation perf config: Add initial man page 2015-11-23 18:31:25 -03:00
python
scripts
tests perf test: Create kernel maps properly for hist entries test 2015-12-07 18:12:56 -03:00
trace/strace/groups
ui perf tui: Change default selection background color to yellow 2015-12-09 13:41:55 -03:00
util perf tools: Move cmd_version() to builtin-version.c 2015-12-09 13:42:03 -03:00
.gitignore
Build perf tools: Move cmd_version() to builtin-version.c 2015-12-09 13:42:03 -03:00
builtin-annotate.c perf annotate: Delay UI browser setup after initialization is done 2015-12-10 14:33:54 -03:00
builtin-bench.c
builtin-buildid-cache.c
builtin-buildid-list.c perf buildid-list: Fix return value of perf buildid-list -k 2015-12-07 12:02:10 -03:00
builtin-config.c perf tools: Add 'perf config' command 2015-11-23 18:31:24 -03:00
builtin-data.c
builtin-diff.c
builtin-evlist.c
builtin-help.c
builtin-inject.c perf inject: Also re-pipe lost_samples event 2015-11-13 12:23:12 -03:00
builtin-kmem.c
builtin-kvm.c perf kvm: Remove invocation of setup/exit_browser() 2015-12-10 14:35:35 -03:00
builtin-list.c
builtin-lock.c
builtin-mem.c
builtin-probe.c
builtin-record.c
builtin-report.c perf report: Show error message when processing sample fails 2015-11-27 16:56:32 -03:00
builtin-sched.c
builtin-script.c perf script: Pass perf_script into process_event 2015-11-26 16:06:16 -03:00
builtin-stat.c perf stat: Fix cmd_stat to release cpu_map 2015-12-09 13:41:59 -03:00
builtin-timechart.c
builtin-top.c
builtin-trace.c
builtin-version.c perf tools: Move cmd_version() to builtin-version.c 2015-12-09 13:42:03 -03:00
builtin.h perf tools: Add 'perf config' command 2015-11-23 18:31:24 -03:00
command-list.txt perf tools: Add 'perf config' command 2015-11-23 18:31:24 -03:00
CREDITS
design.txt
Makefile
Makefile.perf perf build: Fix traceevent plugins build race 2015-11-26 13:35:38 -03:00
MANIFEST tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c 2015-11-18 17:51:02 -03:00
perf-archive.sh
perf-completion.sh
perf-read-vdso.c
perf-sys.h
perf-with-kcore.sh
perf.c perf tools: Save cmdline arguments earlier 2015-12-09 13:42:03 -03:00
perf.h