> I need to do some timing on Linux spinlock. I used a 2.3.18 kernel and
a
> 2.3.18 lockmeter patch. But I only succeed once in start lockstat by
using
> "lockstat on", all the other dozens of tries made my system frozen.
Does
> anybody has similar experience?
>
> My hardware is a 4 cpu 200MHz pentiumpro box. It runs well in normal
> cases.
>
> luke
> Deqing Chen
I've never seen this, nor have I seen other reports of this.
One possibility that comes to mind is that you have a heterogeneous
mismatch of some objectfiles that were compiled with CONFIG_LOCKMETER
and some without. Are you using modules, and were they all consistently
compiled with CONFIG_LOCKMETER and then properly installed? You might
try doing "make mrproper", then "make menuconfig" (or whatever your
favorite technique is) to turn on lockmetering, then "make dep", then
build your kernel and modules and install them.
John Hawkes
http://oss.sgi.com
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]