lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 14 Jan 2009 09:06:40 +0100
From:	Ingo Molnar <mingo@...e.hu>
To:	Mandeep Singh Baines <msb@...gle.com>
Cc:	linux-kernel@...r.kernel.org, rientjes@...gle.com,
	mbligh@...gle.com, thockin@...gle.com, akpm@...ux-foundation.org,
	netdev@...r.kernel.org
Subject: Re: [PATCH] softlockup: detect bottom-half lockups


* Mandeep Singh Baines <msb@...gle.com> wrote:

> The feature should be useful to real-time developers and developers of 
> network and other high-performance drivers.

hm, did you know about the ftrace latency tracers:

 config IRQSOFF_TRACER
         bool "Interrupts-off Latency Tracer"

 config PREEMPT_TRACER
         bool "Preemption-off Latency Tracer"

 config SCHED_TRACER
         bool "Scheduling Latency Tracer"

PREEMPT_TRACER would have shown you that softirqs-off section very nicely. 

(And if you also enable the function tracer then not just the latency 
endpoint is shown, but also all the function calls that happened in the 
critical section.)

	Ingo
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ