mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
x86, sched: enable wchan config menu item on 64-bit
Enable the wchan config menu item for now on x86-64 arch? This will at least allow people to enable/disable frame pointers on scheduler functions. Signed-off-by: Ken Chen <kenchen@google.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
90080bf4b8
commit
a87d091434
@ -367,7 +367,7 @@ config X86_RDC321X
|
|||||||
config SCHED_NO_NO_OMIT_FRAME_POINTER
|
config SCHED_NO_NO_OMIT_FRAME_POINTER
|
||||||
def_bool y
|
def_bool y
|
||||||
prompt "Single-depth WCHAN output"
|
prompt "Single-depth WCHAN output"
|
||||||
depends on X86_32
|
depends on X86
|
||||||
help
|
help
|
||||||
Calculate simpler /proc/<PID>/wchan values. If this option
|
Calculate simpler /proc/<PID>/wchan values. If this option
|
||||||
is disabled then wchan values will recurse back to the
|
is disabled then wchan values will recurse back to the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user