diff options
author | guanglei <guanglei> | 2006-10-13 07:23:21 +0000 |
---|---|---|
committer | guanglei <guanglei> | 2006-10-13 07:23:21 +0000 |
commit | 1d30ce713f23a9a28ba9cdb6dbd0fde1bc44a535 (patch) | |
tree | e7dc6c0fb7a68f4df181179e8a744b55fdcd8ea8 /tapset/ChangeLog | |
parent | 4baacc2565ffad22543526152e37af7d1f5efe9b (diff) | |
download | systemtap-steved-1d30ce713f23a9a28ba9cdb6dbd0fde1bc44a535.tar.gz systemtap-steved-1d30ce713f23a9a28ba9cdb6dbd0fde1bc44a535.tar.xz systemtap-steved-1d30ce713f23a9a28ba9cdb6dbd0fde1bc44a535.zip |
scheduler.stp:
skip __switch_to on x86_64
Diffstat (limited to 'tapset/ChangeLog')
-rw-r--r-- | tapset/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index fa7b6262..a028c79e 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,3 +1,6 @@ +2006-10-13 Li Guanglei <guanglei@cn.ibm.com> + * scheduler.stp: skip __switch_to on x86_64 + 2006-10-12 Martin Hunt <hunt@redhat.com> * context.stp (print_backtrace): Pass in new kretprobe instance arg. |