diff options
author | guanglei <guanglei> | 2006-11-16 10:05:23 +0000 |
---|---|---|
committer | guanglei <guanglei> | 2006-11-16 10:05:23 +0000 |
commit | 29a3881a2f7fc48e8079e6e99dba4de42076e27a (patch) | |
tree | 84970abb0a1dba85c7694502d2620fc7957273ab /testsuite | |
parent | be44c42327d90bde20c2e44f8405c794a2e3ffa5 (diff) | |
download | systemtap-steved-29a3881a2f7fc48e8079e6e99dba4de42076e27a.tar.gz systemtap-steved-29a3881a2f7fc48e8079e6e99dba4de42076e27a.tar.xz systemtap-steved-29a3881a2f7fc48e8079e6e99dba4de42076e27a.zip |
add a pass 4 check for LKET available trace hooks
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/ChangeLog | 3 | ||||
-rwxr-xr-x | testsuite/buildok/lket.stp | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 31cacafc..88e77cad 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,6 @@ +2006-11-16 Li Guanglei <guanglei@cn.ibm.com> + * buildok/lket.stp: check for all available LKET trace hooks. + 2006-11-10 David Smith <dsmith@redhat.com> * semko/maxactive03.stp: Stop on pass2 instead of on pass1. diff --git a/testsuite/buildok/lket.stp b/testsuite/buildok/lket.stp new file mode 100755 index 00000000..adbaac59 --- /dev/null +++ b/testsuite/buildok/lket.stp @@ -0,0 +1,3 @@ +#! stap -p4 -bM + +probe addevent.* ? {} |