From 282ae6d3d3bbc3c4a7985f741638233326100844 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 16 Jul 2007 22:38:10 +0000 Subject: [PATCH] update compat git-svn-id: http://ltt.polymtl.ca/svn@2550 04897980-b3bd-0310-b5e0-8ef037075253 --- .../developer/lttng-lttv-compatibility.html | 40 ++++++++++++++++++- .../developer/lttng-new-marker-event-desc.txt | 21 +++++++++- 2 files changed, 57 insertions(+), 4 deletions(-) diff --git a/ltt/branches/poly/doc/developer/lttng-lttv-compatibility.html b/ltt/branches/poly/doc/developer/lttng-lttv-compatibility.html index 56d01d75..0069681c 100644 --- a/ltt/branches/poly/doc/developer/lttng-lttv-compatibility.html +++ b/ltt/branches/poly/doc/developer/lttng-lttv-compatibility.html @@ -2381,10 +2381,46 @@ v850, xtensa.
arm, i686, ia64, m68k, mips, mipsel, x86_64, powerpc 405, powerpc64, s390, sparc, sparc64.
- - + + +0.8.83
+ + +0.9.10
+ + +0.41
+ + +obsolete
+ + +Not available (syscall IDs not updated)
+ + +obsolete
+ + +0.8
+ + +2.6.22.1-rt4
+ + +LTTng 0.9.10 port to 2.6.22.1-rt4.
+ + +Tested on x86_32. + + +alpha, arm26, avr32, cris, frv, h8300, m32r, m68knommu, parisc, sh, sh64, um, +v850, xtensa.
+arm, i686, ia64, m68k, mips, mipsel, x86_64, powerpc 405, powerpc64, s390, +sparc, sparc64.
+ + diff --git a/ltt/branches/poly/doc/developer/lttng-new-marker-event-desc.txt b/ltt/branches/poly/doc/developer/lttng-new-marker-event-desc.txt index 221c286a..a22b40f2 100644 --- a/ltt/branches/poly/doc/developer/lttng-new-marker-event-desc.txt +++ b/ltt/branches/poly/doc/developer/lttng-new-marker-event-desc.txt @@ -91,12 +91,29 @@ update probes (temp) /proc/markers: enable/disable name [channel] probe_data should provide, for ltt: -channel_index callbacks id <-- will stay in marker because otherwise we would need another hash table. - +channel index : put inside the marker structure (parameter to register). +A marker control module Q: field names in dictionnary or in marker ? +What users will do with marker interface: + +from userspace: +enable/disable marker_name (act on any marker, reg by module or other) +channel marker_name channel_name (act on any marker) + +Default: use serializer +But.. module can override _default_ probe with a "register" operation. + +Use case +Set channel +Register by specific module (unregister default, register specific) +activate. + +Serve as a proxy for probe registration. + + -- 2.34.1