summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/atomic.stp
Commit message (Collapse)AuthorAgeFilesLines
* Added atomic_read() embedded-C function and tests.David Smith2010-04-061-0/+1
| | | | | | | | * tapset/atomic.stp: Added atomic_read(). * testsuite/buildok/atomic.stp: Added atomic_read() compile test. * testsuite/systemtap.base/atomic.exp: Added atomic_read() tests. * testsuite/lib/stap_run_error.exp (stap_run_error): Logs stap command and tries to ensure inferior process is killed.
* Fixed PR 11372 by removing (most) embedded-C from proc_mem.stp.David Smith2010-03-161-0/+6
* 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.