summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorguanglei <guanglei>2006-08-29 04:57:10 +0000
committerguanglei <guanglei>2006-08-29 04:57:10 +0000
commit9e4d76d8408ebd39704c96e11ae8b64de754d98d (patch)
tree064624b0edd2e73450bac1b2af6337c03d5ae959 /runtime/ChangeLog
parentdc38c0ae43f0c98b203866eeeb88070d32db2c8d (diff)
downloadsystemtap-steved-9e4d76d8408ebd39704c96e11ae8b64de754d98d.tar.gz
systemtap-steved-9e4d76d8408ebd39704c96e11ae8b64de754d98d.tar.xz
systemtap-steved-9e4d76d8408ebd39704c96e11ae8b64de754d98d.zip
add another two kinds of timing mechanisms for LKET, i.e. get_cycles() and
sched_clock()
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index a1f6d869..d830d1a7 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-29 Li Guanglei <guanglei@cn.ibm.com>
+
+ From Gui Jian <guijian@cn.ibm.com>
+ * lket/b2a/lket_b2a.c, lket/b2a/lket_b2a.h:
+ add the support to get_cycles() and sched_clock() timing
+ mechanism for LKET.
+
2006-08-14 Will Cohen <wcohen@redhat.com>
PR 3037