summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/atomic_module.c
Commit message (Collapse)AuthorAgeFilesLines
* Improved atomic.exp testcase by removing the need for an external module.David Smith2010-03-241-50/+0
| | | | | | | | * testsuite/systemtap.base/atomic.exp: Removed the need for the external module by putting the atomic_long_t inside the stap module. * testsuite/systemtap.base/atomic_module.c: Removed. * testsuite/systemtap.base/atomic_module.makefile: Ditto. * testsuite/lib/stap_run_error.exp (stap_run_error): Better error handling.
* Fixed PR 11372 by removing (most) embedded-C from proc_mem.stp.David Smith2010-03-161-0/+50
* tapset/proc_mem.stp: Tried to remove as much embedded-C as possible. * tapset/atomic.stp: New file. * testsuite/buildok/atomic.stp: New file. * testsuite/systemtap.base/atomic.exp: Ditto. * testsuite/systemtap.base/atomic_module.c: Ditto. * testsuite/systemtap.base/atomic_module.makefile: Ditto.