summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/syscalls.stp
Commit message (Collapse)AuthorAgeFilesLines
* Removed syscalls.stp, syscalls1.exp, and syscalls2.exp.William Cohen2009-02-061-7/+0
|
* 2007-06-14 Martin Hunt <hunt@redhat.com>hunt2007-06-141-2/+2
| | | | | | | | * systemtap.samples/syscalls.stp: Use printf for output to avoid problems with long paths. From Quentin Barnes. * systemtap.samples/system_func.exp: Change expect matching.
* 2007-04-02 Frank Ch. Eigler <fche@elastic.org>fche2007-04-021-1/+1
| | | | | | * systemtap.samples/poll_map.stp, profile.stp, syscalls.stp: Continue adopting to .inline -> .function change. * systemtap.samples/topsys.stp, systemtap.stress/current.stp: Ditto.
* 2006-08-12 Frank Ch. Eigler <fche@elastic.org>fche2006-08-121-0/+7
* configure.ac, Makefile.am: Descend into testsuite/ directory. Remove local test logic. * configure, Makefile.in: Regenerated. * runtest.sh: Not yet removed. * HACKING: Update for new testsuite layout. 2006-08-12 Frank Ch. Eigler <fche@elastic.org> * all: Reorganized old pass-1..4 tests one dejagnu bucket. Moved over old pass-5 tests, except for disabled syscalls tests. * Makefile (installcheck): New target for running pass-1..5 tests against installed systemtap.