summaryrefslogtreecommitdiffstats
path: root/runtime/stpd/ChangeLog
diff options
context:
space:
mode:
authortrz <trz>2005-06-21 14:13:01 +0000
committertrz <trz>2005-06-21 14:13:01 +0000
commitaac3ed25e8dc7355b5f28fae2878f644df14ef7d (patch)
treec2d284ccffb7dd9a82b000bd9c7152e5abbf160f /runtime/stpd/ChangeLog
parentbd2b1e6816b486d5c85a4693f0b3579df4376ed5 (diff)
downloadsystemtap-steved-aac3ed25e8dc7355b5f28fae2878f644df14ef7d.tar.gz
systemtap-steved-aac3ed25e8dc7355b5f28fae2878f644df14ef7d.tar.xz
systemtap-steved-aac3ed25e8dc7355b5f28fae2878f644df14ef7d.zip
Added merging/sorting of per-cpu data, transport config/selection by probe, etc
Diffstat (limited to 'runtime/stpd/ChangeLog')
-rw-r--r--runtime/stpd/ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/runtime/stpd/ChangeLog b/runtime/stpd/ChangeLog
index 421b27c6..2d77c405 100644
--- a/runtime/stpd/ChangeLog
+++ b/runtime/stpd/ChangeLog
@@ -1,6 +1,21 @@
+2005-06-20 Tom Zanussi <zanussi@us.ibm.com>
+
+ * librelay.c: Large refactoring, important changes are
+ added transport_mode command, for relayfs transport
+ display results only when probe completes and/or write
+ output file, merge, sort and delete the per-cpu files
+ in postprocessing, refactor so that relayfs files aren't
+ created until transport command received, removed sigalrm,
+ read the final subbuffers on exit
+
+ * stpd.c: Remove all command-line args except for -p
+ and -q as well as all code related to buffer sizes.
+
+ * librelay.h: Add transport mode command and struct.
+
2005-05-16 Martin Hunt <hunt@redhat.com>
* librelay.c (sigproc): If STP_EXIT send fails, keep retrying
every 10ms.
(init_stp): Don't set n_subbufs and subbuf_size params.
-
+