diff options
author | David Smith <dsmith@redhat.com> | 2008-06-11 10:37:32 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2008-06-11 11:19:26 -0500 |
commit | 1461de23ee84384940626145f07b0a736a2d8bb3 (patch) | |
tree | 33f7f61be6c6a1d908164784812b575ed55f84a5 /testsuite/.gitignore | |
parent | f2782fe588397a5baa313eb825dd4c508818dc7e (diff) | |
download | systemtap-steved-1461de23ee84384940626145f07b0a736a2d8bb3.tar.gz systemtap-steved-1461de23ee84384940626145f07b0a736a2d8bb3.tar.xz systemtap-steved-1461de23ee84384940626145f07b0a736a2d8bb3.zip |
Added .thread.begin and .thread.end utrace probe tests.
2008-06-11 David Smith <dsmith@redhat.com>
* systemtap.base/utrace_p5.exp: Added 'process().thread.begin' and
'process().thread.end' tests.
* systemtap.base/utrace_p5_multi.c: Added multi-threaded test
program for utrace_p5.exp.
* .gitignore: Updated.
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 34a4e8d0..19b30bf1 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1,4 +1,4 @@ -.systemtap +.systemtap-* site.exp systemtap.log systemtap.sum |