diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:17:19 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:17:19 -0400 |
commit | 33fc6d51336046bd6e8c7d1a42faff881fa6fb45 (patch) | |
tree | a15b00a475c8d00b3302c48fa37ee7e23eb26950 | |
parent | 95119fbd87aabc263746731462062af5a38c0222 (diff) |
x86_64: move oprofile
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86_64/Kconfig | 2 | ||||
-rw-r--r-- | arch/x86_64/oprofile/Kconfig | 17 |
2 files changed, 1 insertions, 18 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 17d57617a41d..b1b98e614f7c 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -778,7 +778,7 @@ source fs/Kconfig | |||
778 | menu "Instrumentation Support" | 778 | menu "Instrumentation Support" |
779 | depends on EXPERIMENTAL | 779 | depends on EXPERIMENTAL |
780 | 780 | ||
781 | source "arch/x86_64/oprofile/Kconfig" | 781 | source "arch/x86/oprofile/Kconfig" |
782 | 782 | ||
783 | config KPROBES | 783 | config KPROBES |
784 | bool "Kprobes" | 784 | bool "Kprobes" |
diff --git a/arch/x86_64/oprofile/Kconfig b/arch/x86_64/oprofile/Kconfig deleted file mode 100644 index d8a84088471a..000000000000 --- a/arch/x86_64/oprofile/Kconfig +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | config PROFILING | ||
2 | bool "Profiling support (EXPERIMENTAL)" | ||
3 | help | ||
4 | Say Y here to enable the extended profiling support mechanisms used | ||
5 | by profilers such as OProfile. | ||
6 | |||
7 | |||
8 | config OPROFILE | ||
9 | tristate "OProfile system profiling (EXPERIMENTAL)" | ||
10 | depends on PROFILING | ||
11 | help | ||
12 | OProfile is a profiling system capable of profiling the | ||
13 | whole system, include the kernel, kernel modules, libraries, | ||
14 | and applications. | ||
15 | |||
16 | If unsure, say N. | ||
17 | |||