diff options
author | guanglei <guanglei> | 2006-05-25 08:05:12 +0000 |
---|---|---|
committer | guanglei <guanglei> | 2006-05-25 08:05:12 +0000 |
commit | 0c8218db09676f097da5a5643482b3b8a655dd80 (patch) | |
tree | 7c073874cc0f2cb51448a53235e6e4f8f30af04a /tapset/LKET/Changelog | |
parent | a44a0785c9869062b431573678237c5a646a71a7 (diff) | |
download | systemtap-steved-0c8218db09676f097da5a5643482b3b8a655dd80.tar.gz systemtap-steved-0c8218db09676f097da5a5643482b3b8a655dd80.tar.xz systemtap-steved-0c8218db09676f097da5a5643482b3b8a655dd80.zip |
src/tapset/LKET/*.stp:
explicitly add type qualifier for different arch
to make _stp_vsnprintf get the argument by va_arg correctly
src/tapset/scheduler.stp:
add prev_task and next_task variable
src/stapprobes.5.in:
add lket (5) in the "SEE ALSO"
Diffstat (limited to 'tapset/LKET/Changelog')
-rw-r--r-- | tapset/LKET/Changelog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tapset/LKET/Changelog b/tapset/LKET/Changelog index af1b9dab..780ceefe 100644 --- a/tapset/LKET/Changelog +++ b/tapset/LKET/Changelog @@ -1,7 +1,13 @@ +2006-05-25 Li Guanglei <guanglei@cn.ibm.com> + + * hookid_defs.stp, ioscheduler.stp, lket_trace.stp, netdev.stp, + pagefault.stp, process.stp, scsi.stp, syscalls.stp, tskdispatch.stp, + utils.stp: explicitly add type qualifier for different arch to + make _stp_vsnprintf get the argument by va_arg correctly. + 2006-05-18 Li Guanglei <guanglei@cn.ibm.com> Initial version by Li Guanglei. * hookid_defs.stp, ioscheduler.stp, lket_trace.stp, netdev.stp, - pagefault.stp, process.stp, scsi.stp, syscalls.stp, tskdispatch.stp, - utils.stp + pagefault.stp, process.stp, scsi.stp, syscalls.stp, tskdispatch.stp, utils.stp |