summaryrefslogtreecommitdiffstats
path: root/tapset/LKET/Changelog
diff options
context:
space:
mode:
authorguanglei <guanglei>2006-06-24 03:14:30 +0000
committerguanglei <guanglei>2006-06-24 03:14:30 +0000
commitccdc792f7dfd3c390d96fa998ec1891936ce8d12 (patch)
tree74a315527623965fa9c77087426b809857628ab2 /tapset/LKET/Changelog
parent0c0e8da1b455338bc7499ef5c9a71e3cf14341b6 (diff)
downloadsystemtap-steved-ccdc792f7dfd3c390d96fa998ec1891936ce8d12.tar.gz
systemtap-steved-ccdc792f7dfd3c390d96fa998ec1891936ce8d12.tar.xz
systemtap-steved-ccdc792f7dfd3c390d96fa998ec1891936ce8d12.zip
change the return type from string to int64_t for better performance.
sub-hooks for each iosyscall. make update_record() work for ascii tracing
Diffstat (limited to 'tapset/LKET/Changelog')
-rw-r--r--tapset/LKET/Changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/tapset/LKET/Changelog b/tapset/LKET/Changelog
index 3d2a836d..2c766ab8 100644
--- a/tapset/LKET/Changelog
+++ b/tapset/LKET/Changelog
@@ -1,3 +1,9 @@
+2006-06-24 Li Guanglei <guanglei@cn.ibm.com>
+
+ * iosyscall.stp, register_events.stp: change the return type from string to int64_t
+ for better performance. sub-hooks for each iosyscall.
+ * lket_trace.stp: make update_record() work for ascii tracing
+
2006-06-21 Li Guanglei <guanglei@cn.ibm.com>
* scsi.stp, ioscheduler.stp, register_event.stp: