Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74658
b: refs/heads/master
c: ceaeee6
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Dec 6, 2007
1 parent 5c94ba4 commit 268e834
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e2862eb5a263a0339a85545d96fb20995d67b1f
refs/heads/master: ceaeee6ad6c2a24bf37d9f426414cf3007432352
4 changes: 4 additions & 0 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,10 @@ config ARCH_HAS_ILOG2_U64
bool
default n

config ARCH_SUPPORTS_OPROFILE
bool
default y if !MIPS_MT_SMTC

config GENERIC_FIND_NEXT_BIT
bool
default y
Expand Down
5 changes: 3 additions & 2 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ config GENERIC_TIME_VSYSCALL
bool
default X86_64



config ARCH_SUPPORTS_OPROFILE
bool
default y


config ZONE_DMA32
Expand Down
8 changes: 4 additions & 4 deletions trunk/kernel/Kconfig.instrumentation
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ config PROFILING

config OPROFILE
tristate "OProfile system profiling (EXPERIMENTAL)"
depends on PROFILING
depends on (ALPHA || ARM || BLACKFIN || X86_32 || IA64 || M32R || MIPS || PARISC || PPC || S390 || SUPERH || SPARC || X86_64) && !UML
depends on PROFILING && !UML
depends on ARCH_SUPPORTS_OPROFILE || ALPHA || ARM || BLACKFIN || IA64 || M32R || PARISC || PPC || S390 || SUPERH || SPARC
help
OProfile is a profiling system capable of profiling the
whole system, include the kernel, kernel modules, libraries,
Expand All @@ -31,8 +31,8 @@ config OPROFILE

config KPROBES
bool "Kprobes"
depends on KALLSYMS && MODULES
depends on (X86_32 || IA64 || PPC || S390 || SPARC64 || X86_64 || AVR32) && !UML
depends on KALLSYMS && MODULES && !UML
depends on X86_32 || IA64 || PPC || S390 || SPARC64 || X86_64 || AVR32
help
Kprobes allows you to trap at almost any kernel address and
execute a callback function. register_kprobe() establishes
Expand Down

0 comments on commit 268e834

Please sign in to comment.