* [PATCH 5/5] lock stat kills lock meter for -rt (makefile)
@ 2006-12-14 13:43 Bill Huey
0 siblings, 0 replies; only message in thread
From: Bill Huey @ 2006-12-14 13:43 UTC (permalink / raw)
To: Ingo Molnar
Cc: Steven Rostedt, Thomas Gleixner, linux-kernel, Bill Huey (hui)
[-- Attachment #1: Type: text/plain, Size: 30 bytes --]
Build system changes.
bill
[-- Attachment #2: make.diff --]
[-- Type: text/plain, Size: 1101 bytes --]
============================================================
--- kernel/Kconfig.preempt 3148bd94270ea0a853d8e443616cd7a668dd0d3b
+++ kernel/Kconfig.preempt d63831dbfbb9e68386bfc862fd2dd1a8f1e9779f
@@ -176,3 +176,12 @@ config RCU_TRACE
Say Y here if you want to enable RCU tracing
Say N if you are unsure.
+
+config LOCK_STAT
+ bool "Lock contention statistics tracking in /proc"
+ depends on PREEMPT_RT && !DEBUG_RT_MUTEXES
+ default y
+ help
+ General lock statistics tracking with regard to contention in
+ /proc/lock_stat/contention
+
============================================================
--- kernel/Makefile 0690fbe8c605a1c7e24b7b94d05a96ea32574aab
+++ kernel/Makefile 08087775b67b7ac1682dac0310003ef7ecbd7e70
@@ -63,6 +63,7 @@ obj-$(CONFIG_TASKSTATS) += taskstats.o t
obj-$(CONFIG_UTS_NS) += utsname.o
obj-$(CONFIG_TASK_DELAY_ACCT) += delayacct.o
obj-$(CONFIG_TASKSTATS) += taskstats.o tsacct.o
+obj-$(CONFIG_LOCK_STAT) += lock_stat.o
ifneq ($(CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER),y)
# According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-14 13:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-14 13:43 [PATCH 5/5] lock stat kills lock meter for -rt (makefile) Bill Huey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®