diff options
author | guanglei <guanglei> | 2006-10-13 10:08:30 +0000 |
---|---|---|
committer | guanglei <guanglei> | 2006-10-13 10:08:30 +0000 |
commit | 9b2c55d00bc66ac15f7c148e2fa17f03eba466b7 (patch) | |
tree | 0b546e5bebdfb8a213c979838dc8d82f311508ba /tapset/LKET/Changelog | |
parent | 1d30ce713f23a9a28ba9cdb6dbd0fde1bc44a535 (diff) | |
download | systemtap-steved-9b2c55d00bc66ac15f7c148e2fa17f03eba466b7.tar.gz systemtap-steved-9b2c55d00bc66ac15f7c148e2fa17f03eba466b7.tar.xz systemtap-steved-9b2c55d00bc66ac15f7c148e2fa17f03eba466b7.zip |
* tapset/scsi.stp:
add more variables
* tapset/LKET/register_event.stp:
be sync with scsi trace hooks
* tapset/LKET/scsi.stp:
avoid reference to struct members in
embedded c. Use stap variables as more as possible.
break scsi_info into four variables.
delete cmd_pid from all logging functions
Diffstat (limited to 'tapset/LKET/Changelog')
-rw-r--r-- | tapset/LKET/Changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tapset/LKET/Changelog b/tapset/LKET/Changelog index 4a85b6cd..ce2b8265 100644 --- a/tapset/LKET/Changelog +++ b/tapset/LKET/Changelog @@ -1,3 +1,10 @@ +2006-10-13 Li Guanglei <guanglei@cn.ibm.com> + * register_event.stp: be sync with scsi trace hooks + * scsi.stp: avoid reference to struct members in + embedded c. Use stap variables as more as possible. + break scsi_info into four variables. + delete cmd_pid from all logging functions + 2006-10-12 Li Guanglei <guanglei@cn.ibm.com> * hookid_defs.stp, ioscheduler.stp, register_event.stp: break the old addevent.ioscheduler.elv_next_request into |