summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/pfaults.stp
Commit message (Collapse)AuthorAgeFilesLines
* Function to determine page fault type and have pfaults.stp exercise it.William Cohen2009-02-121-58/+0
|
* PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable.Mark Wielaard2008-08-111-1/+1
|
* Another fix for PR4836.mmason2007-07-251-5/+2
|
* 2006-12-18 David Smith <dsmith@redhat.com>dsmith2006-12-181-4/+1
| | | | | * systemtap.samples/pfaults.stp: Since PR 1132 has been fixed, updated to use "$return".
* 2006-08-12 Frank Ch. Eigler <fche@elastic.org>fche2006-08-121-0/+64
* 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.