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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 12 Aug 2008 11:04:01 -0400
From:	Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
To:	ltt-dev@...ts.casi.polymtl.ca, linux-kernel@...r.kernel.org
Cc:	Steven Rostedt <rostedt@...dmis.org>,
	Arnaldo Carvalho de Melo <acme@...hat.com>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: LTTng 0.16 for 2.6.27-rc2 (ftrace integration)

Hi,

I just released the latest LTTng version I used to pinpoint the "prove
locking correctness" latency issue. It integrates with ftrace (only the
dynamic function tracing part) with what I call a "tap".

See http://lkml.org/lkml/2008/8/5/321 to find out how I dug in this
problem.

Basically, a "tap" is a set of "enable/disable" probes one can connect
on specific markers/tracepoints. These probes enable/disable a "tap",
which controls recording of specific events to the trace.

Since dynamic function tracing is very high overhead, this tap mechanism
can be used to control the event flow to only trace the interesting code
areas. All markers named "tap_*" are also controlled by such mechanism.
By removing a comment from the ltt-armall script, one can use the tap to
enable lockdep event tracing.

See the new ltt-armtap and the modified ltt-armall scripts in the
ltt-control package for details.

New versions :

LTTng gitweb
http://git.kernel.org/?p=linux/kernel/git/compudj/linux-2.6-lttng.git;a=shortlog;h=2.6.27-rc2-lttng

LTTng Git tree
git://git.kernel.org/pub/scm/linux/kernel/git/compudj/linux-2.6-lttng.git 2.6.27-rc2-lttng

LTTng tarball
http://www.kernel.org/pub/linux/kernel/people/compudj/patches/2.6/2.6.27-rc2/lttng-2.6.27-rc2-0.16.tar.bz2

ltt-control
http://ltt.polymtl.ca/lttng/ltt-control-0.51-12082008.tar.gz

LTTV
http://ltt.polymtl.ca/packages/lttv-0.10.0-pre15-12082008.tar.gz


Testing, especially of the new tap scripts, is welcome.

Mathieu

-- 
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ