summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/flightrec2.exp
Commit message (Collapse)AuthorAgeFilesLines
* PR 6930: fix flightrec2.exp to handle filesize correctlyMasami Hiramatsu2009-04-281-9/+8
| | | | | | | * testsuite/systemtap.base/flightrec2.exp: Use stat instead of ls for checking file size. * testsuite/systemtap.base/flightrec2.stp: Increase timer interval for some architecture on which the minimum interval is more than 1 ms (e.g. xen)
* PR 6930: Add testcases for on-file flight recorderMasami Hiramatsu2009-04-221-0/+69
* testsuite/systemtap.base/flightrec1.exp: New test case for background mode. * testsuite/systemtap.base/flightrec2.exp: New test case for file switching. * testsuite/systemtap.base/flightrec2.stp: Test script for file switching.