summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/utrace_p5_multi.c
Commit message (Collapse)AuthorAgeFilesLines
* utrace thread.begin and thread.end probe test fixes.David Smith2008-06-111-4/+10
| | | | | | | | | 2008-06-11 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p5.exp: Made changes to work when not configured in the src directory. * systemtap.base/utrace_p5_multi.c: Made changes to work on x86_64 systems.
* Added .thread.begin and .thread.end utrace probe tests.David Smith2008-06-111-0/+39
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.