summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/tracepoints.stp
Commit message (Collapse)AuthorAgeFilesLines
* PR10427 Multiple tracepoints OK!Mark Wielaard2009-07-221-1/+3
| | | | | * testsuite/systemtap.base/tracepoints.stp: Only print once, when enough hits, or at the begin probe.
* Add test to compile and run all tracepointsJosh Stone2009-03-111-0/+23
This checks that kernel.trace("*") will compile, with all context variables accessed as well. For kernels without tracepoints, it will just hit a "begin" and quit. This doesn't ensure that kernel.trace("*") will always find something when it should, though...