diff options
author | mmason <mmason> | 2007-10-10 19:03:09 +0000 |
---|---|---|
committer | mmason <mmason> | 2007-10-10 19:03:09 +0000 |
commit | ff0232d1767c1a2ef4bdfbf58d84ef8f6787be55 (patch) | |
tree | bfc585688b9fe82578e2cc61410078b8bc48f3c5 /examples/ChangeLog | |
parent | d319669c3f77a3e451f1cad845471433e6d0dbfa (diff) | |
download | systemtap-steved-ff0232d1767c1a2ef4bdfbf58d84ef8f6787be55.tar.gz systemtap-steved-ff0232d1767c1a2ef4bdfbf58d84ef8f6787be55.tar.xz systemtap-steved-ff0232d1767c1a2ef4bdfbf58d84ef8f6787be55.zip |
syscalltimes, syscalltimes.txt: New combination shell/SystemTap script
to measure system call times.
Diffstat (limited to 'examples/ChangeLog')
-rw-r--r-- | examples/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/ChangeLog b/examples/ChangeLog index a4df876c..1999521f 100644 --- a/examples/ChangeLog +++ b/examples/ChangeLog @@ -1,3 +1,8 @@ +2007-10-10 Mike Mason + + * syscalltimes, syscalltime.txt: New combination shell/SystemTap script + to measure system call times. + 2007-10-05 Frank Ch. Eigler <fche@elastic.org> * futexes.stp, sig_by_proc.stp, small_demos/rwtiming.stp: Fix elision |