diff options
author | 2012-04-04 00:14:26 -0700 | |
---|---|---|
committer | 2012-04-11 17:16:40 -0300 | |
commit | aca7a94d6a59d6bf2600768e752f971c6cc0ab57 (patch) | |
tree | 801b40ba5cb8aba9d3d0842a3d87c741b97f58f2 /tools/perf/ui | |
parent | perf annotate: Fix a build error (diff) | |
download | linux-dev-aca7a94d6a59d6bf2600768e752f971c6cc0ab57.tar.xz linux-dev-aca7a94d6a59d6bf2600768e752f971c6cc0ab57.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | tools/perf/ui/browser.c (renamed from tools/perf/util/ui/browser.c) | 0 | ||||
-rw-r--r-- | tools/perf/ui/browser.h (renamed from tools/perf/util/ui/browser.h) | 0 | ||||
-rw-r--r-- | tools/perf/ui/browsers/annotate.c (renamed from tools/perf/util/ui/browsers/annotate.c) | 10 | ||||
-rw-r--r-- | tools/perf/ui/browsers/hists.c (renamed from tools/perf/util/ui/browsers/hists.c) | 12 | ||||
-rw-r--r-- | tools/perf/ui/browsers/map.c (renamed from tools/perf/util/ui/browsers/map.c) | 6 | ||||
-rw-r--r-- | tools/perf/ui/browsers/map.h (renamed from tools/perf/util/ui/browsers/map.h) | 0 | ||||
-rw-r--r-- | tools/perf/ui/helpline.c (renamed from tools/perf/util/ui/helpline.c) | 0 | ||||
-rw-r--r-- | tools/perf/ui/helpline.h (renamed from tools/perf/util/ui/helpline.h) | 0 | ||||
-rw-r--r-- | tools/perf/ui/keysyms.h (renamed from tools/perf/util/ui/keysyms.h) | 0 | ||||
-rw-r--r-- | tools/perf/ui/libslang.h (renamed from tools/perf/util/ui/libslang.h) | 0 | ||||
-rw-r--r-- | tools/perf/ui/progress.c (renamed from tools/perf/util/ui/progress.c) | 0 | ||||
-rw-r--r-- | tools/perf/ui/progress.h (renamed from tools/perf/util/ui/progress.h) | 0 | ||||
-rw-r--r-- | tools/perf/ui/setup.c (renamed from tools/perf/util/ui/setup.c) | 0 | ||||
-rw-r--r-- | tools/perf/ui/ui.h (renamed from tools/perf/util/ui/ui.h) | 0 | ||||
-rw-r--r-- | tools/perf/ui/util.c (renamed from tools/perf/util/ui/util.c) | 0 | ||||
-rw-r--r-- | tools/perf/ui/util.h (renamed from tools/perf/util/ui/util.h) | 0 |
16 files changed, 14 insertions, 14 deletions
diff --git a/tools/perf/util/ui/browser.c b/tools/perf/ui/browser.c index a1b140cf75ac..a1b140cf75ac 100644 --- a/tools/perf/util/ui/browser.c +++ b/tools/perf/ui/browser.c diff --git a/tools/perf/util/ui/browser.h b/tools/perf/ui/browser.h index 2550277db9f9..2550277db9f9 100644 --- a/tools/perf/util/ui/browser.h +++ b/tools/perf/ui/browser.h diff --git a/tools/perf/util/ui/browsers/annotate.c b/tools/perf/ui/browsers/annotate.c index c2cfeed3af19..4db5186472b5 100644 --- a/tools/perf/util/ui/browsers/annotate.c +++ b/tools/perf/ui/browsers/annotate.c @@ -1,13 +1,13 @@ -#include "../../util.h" +#include "../../util/util.h" #include "../browser.h" #include "../helpline.h" #include "../libslang.h" #include "../ui.h" #include "../util.h" -#include "../../annotate.h" -#include "../../hist.h" -#include "../../sort.h" -#include "../../symbol.h" +#include "../../util/annotate.h" +#include "../../util/hist.h" +#include "../../util/sort.h" +#include "../../util/symbol.h" #include <pthread.h> #include <newt.h> diff --git a/tools/perf/util/ui/browsers/hists.c b/tools/perf/ui/browsers/hists.c index 1b820ed2a049..466827e91b87 100644 --- a/tools/perf/util/ui/browsers/hists.c +++ b/tools/perf/ui/browsers/hists.c @@ -5,12 +5,12 @@ #include <newt.h> #include <linux/rbtree.h> -#include "../../evsel.h" -#include "../../evlist.h" -#include "../../hist.h" -#include "../../pstack.h" -#include "../../sort.h" -#include "../../util.h" +#include "../../util/evsel.h" +#include "../../util/evlist.h" +#include "../../util/hist.h" +#include "../../util/pstack.h" +#include "../../util/sort.h" +#include "../../util/util.h" #include "../browser.h" #include "../helpline.h" diff --git a/tools/perf/util/ui/browsers/map.c b/tools/perf/ui/browsers/map.c index eca6575abfd0..98851d55a53e 100644 --- a/tools/perf/util/ui/browsers/map.c +++ b/tools/perf/ui/browsers/map.c @@ -5,9 +5,9 @@ #include <sys/ttydefaults.h> #include <string.h> #include <linux/bitops.h> -#include "../../util.h" -#include "../../debug.h" -#include "../../symbol.h" +#include "../../util/util.h" +#include "../../util/debug.h" +#include "../../util/symbol.h" #include "../browser.h" #include "../helpline.h" #include "map.h" diff --git a/tools/perf/util/ui/browsers/map.h b/tools/perf/ui/browsers/map.h index df8581a43e17..df8581a43e17 100644 --- a/tools/perf/util/ui/browsers/map.h +++ b/tools/perf/ui/browsers/map.h diff --git a/tools/perf/util/ui/helpline.c b/tools/perf/ui/helpline.c index 2f950c2641c8..2f950c2641c8 100644 --- a/tools/perf/util/ui/helpline.c +++ b/tools/perf/ui/helpline.c diff --git a/tools/perf/util/ui/helpline.h b/tools/perf/ui/helpline.h index 7bab6b34e35e..7bab6b34e35e 100644 --- a/tools/perf/util/ui/helpline.h +++ b/tools/perf/ui/helpline.h diff --git a/tools/perf/util/ui/keysyms.h b/tools/perf/ui/keysyms.h index 809eca5707fa..809eca5707fa 100644 --- a/tools/perf/util/ui/keysyms.h +++ b/tools/perf/ui/keysyms.h diff --git a/tools/perf/util/ui/libslang.h b/tools/perf/ui/libslang.h index 4d54b6450f5b..4d54b6450f5b 100644 --- a/tools/perf/util/ui/libslang.h +++ b/tools/perf/ui/libslang.h diff --git a/tools/perf/util/ui/progress.c b/tools/perf/ui/progress.c index 13aa64e50e11..13aa64e50e11 100644 --- a/tools/perf/util/ui/progress.c +++ b/tools/perf/ui/progress.c diff --git a/tools/perf/util/ui/progress.h b/tools/perf/ui/progress.h index d9c205b59aa1..d9c205b59aa1 100644 --- a/tools/perf/util/ui/progress.h +++ b/tools/perf/ui/progress.h diff --git a/tools/perf/util/ui/setup.c b/tools/perf/ui/setup.c index 85a69faa09aa..85a69faa09aa 100644 --- a/tools/perf/util/ui/setup.c +++ b/tools/perf/ui/setup.c diff --git a/tools/perf/util/ui/ui.h b/tools/perf/ui/ui.h index 7b67045479f6..7b67045479f6 100644 --- a/tools/perf/util/ui/ui.h +++ b/tools/perf/ui/ui.h diff --git a/tools/perf/util/ui/util.c b/tools/perf/ui/util.c index ad4374a16bb0..ad4374a16bb0 100644 --- a/tools/perf/util/ui/util.c +++ b/tools/perf/ui/util.c diff --git a/tools/perf/util/ui/util.h b/tools/perf/ui/util.h index 2d1738bd71c8..2d1738bd71c8 100644 --- a/tools/perf/util/ui/util.h +++ b/tools/perf/ui/util.h |