summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/global_end.stp
Commit message (Collapse)AuthorAgeFilesLines
* PR6954: make ++/-- operation trigger automatic global printingWenji Huang2010-01-281-1/+3
| | | | | | | * staptree.cxx (varuse_collecting_visitor::visit_arrayindex): Regard operations as pure writes. * testsuite/systemtap.base/global_end.exp: Add test case. * testsuite/systemtap.base/global_end.stp: Ditto.
* Use less idle time in testsuite.Mark Wielaard2009-09-191-1/+1
| | | | | | | | | | | | | | | | A lot of tests wait, sleep or use a timer for multiple seconds when that is not necessary. Reduce the time waited so save test time. * testsuite/systemtap.base/backtrace.stp: Exit after 100ms. * testsuite/systemtap.base/badkprobe.exp: Likewise. * testsuite/systemtap.base/global_end.stp: Likewise. * testsuite/systemtap.base/itrace.exp: Wait 1 sec instead of 5 for each test. * testsuite/systemtap.base/maxactive.exp: Likewise. * testsuite/systemtap.base/onoffprobe.exp: Match and use modname, so build script can be cached. * testsuite/systemtap.base/onoffprobe.stp: Wait miliseconds instead of seconds in each alias. Output module_name. * testsuite/systemtap.base/poll_map.stp: Start after 100ms.
* Handle scalar statistics.Stan Cox2008-09-051-1/+6
|
* Display written but unread global statistics.Stan Cox2008-09-011-1/+10
|
* Automatically print written but unread globalsStan Cox2008-08-271-0/+30