]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - tools/perf/ui/browsers/hists.c
perf tools: Move UI bits to tools/perf/ui directory
authorNamhyung Kim <namhyung@gmail.com>
Wed, 4 Apr 2012 07:14:26 +0000 (00:14 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 11 Apr 2012 20:16:40 +0000 (17:16 -0300)
commitaca7a94d6a59d6bf2600768e752f971c6cc0ab57
tree801b40ba5cb8aba9d3d0842a3d87c741b97f58f2
parenta31b7cc083b1d3d15bd475729fc4471685ebc5f6
perf tools: Move UI bits to tools/perf/ui directory

Move those files to new directory in order to be prepared to further UI
work. Makefile and header file pathes are adjusted accordingly.

Signed-off-by: Namhyung Kim <namhyung.kim@lge.com>
Suggested-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Acked-by: Pekka Enberg <penberg@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Namhyung Kim <namhyung.kim@lge.com>
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/1333523666-12057-1-git-send-email-namhyung.kim@lge.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
35 files changed:
tools/perf/Makefile
tools/perf/ui/browser.c [new file with mode: 0644]
tools/perf/ui/browser.h [new file with mode: 0644]
tools/perf/ui/browsers/annotate.c [new file with mode: 0644]
tools/perf/ui/browsers/hists.c [new file with mode: 0644]
tools/perf/ui/browsers/map.c [new file with mode: 0644]
tools/perf/ui/browsers/map.h [new file with mode: 0644]
tools/perf/ui/helpline.c [new file with mode: 0644]
tools/perf/ui/helpline.h [new file with mode: 0644]
tools/perf/ui/keysyms.h [new file with mode: 0644]
tools/perf/ui/libslang.h [new file with mode: 0644]
tools/perf/ui/progress.c [new file with mode: 0644]
tools/perf/ui/progress.h [new file with mode: 0644]
tools/perf/ui/setup.c [new file with mode: 0644]
tools/perf/ui/ui.h [new file with mode: 0644]
tools/perf/ui/util.c [new file with mode: 0644]
tools/perf/ui/util.h [new file with mode: 0644]
tools/perf/util/debug.h
tools/perf/util/hist.h
tools/perf/util/ui/browser.c [deleted file]
tools/perf/util/ui/browser.h [deleted file]
tools/perf/util/ui/browsers/annotate.c [deleted file]
tools/perf/util/ui/browsers/hists.c [deleted file]
tools/perf/util/ui/browsers/map.c [deleted file]
tools/perf/util/ui/browsers/map.h [deleted file]
tools/perf/util/ui/helpline.c [deleted file]
tools/perf/util/ui/helpline.h [deleted file]
tools/perf/util/ui/keysyms.h [deleted file]
tools/perf/util/ui/libslang.h [deleted file]
tools/perf/util/ui/progress.c [deleted file]
tools/perf/util/ui/progress.h [deleted file]
tools/perf/util/ui/setup.c [deleted file]
tools/perf/util/ui/ui.h [deleted file]
tools/perf/util/ui/util.c [deleted file]
tools/perf/util/ui/util.h [deleted file]