From: compudj Date: Thu, 7 Jul 2005 17:35:07 +0000 (+0000) Subject: update X-Git-Tag: v0.12.20~2526 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=1502fa62873f6d84e70bde69e07f4a81ba2d90e9;hp=2f74104aee8194e79dce5f75a07b99f6eb6b31c5;p=lttv.git update git-svn-id: http://ltt.polymtl.ca/svn@963 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/doc/developer/ltt-experimental-rewrite.html b/ltt/branches/poly/doc/developer/ltt-experimental-rewrite.html index eb67d66d..b83d3851 100644 --- a/ltt/branches/poly/doc/developer/ltt-experimental-rewrite.html +++ b/ltt/branches/poly/doc/developer/ltt-experimental-rewrite.html @@ -7,11 +7,12 @@ remove ltt-headers.h
remove ltt-log.h
Put trace->active later in _ltt_trace_start()
ltt_trace_create() remove sleep in spinlock use GFP_ATOMIC kmalloc
+Fix the locking of module hooks.
+Fix the traps -> disable nested logging for now.
+Use per cpu spinlock on trace list.


* TODO
-Fix the locking of module hooks.
-Per cpu read lock on trace structure OR use list rcu.