Commit 9a5963eb authored by Christian Borntraeger's avatar Christian Borntraeger Committed by Steven Rostedt

oprofile: fix oprofile regression: select RING_BUFFER_ALLOW_SWAP

commit 85bac32c
    ring-buffer: only enable ring_buffer_swap_cpu when needed
broke oprofile (at least on s390, but likely on all platforms).

this patch lets oprofile select RING_BUFER_ALLOW_SWAP to make
ring_buffer_swap_cpu usable for oprofile.
Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
LKML-Reference: <200909162156.49239.borntraeger@de.ibm.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Robert Richter <robert.richter@amd.com>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent b375a11a
...@@ -9,6 +9,7 @@ config OPROFILE ...@@ -9,6 +9,7 @@ config OPROFILE
depends on TRACING_SUPPORT depends on TRACING_SUPPORT
select TRACING select TRACING
select RING_BUFFER select RING_BUFFER
select RING_BUFFER_ALLOW_SWAP
help help
OProfile is a profiling system capable of profiling the OProfile is a profiling system capable of profiling the
whole system, include the kernel, kernel modules, libraries, whole system, include the kernel, kernel modules, libraries,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment