summaryrefslogtreecommitdiffstats
path: root/examples/futexes.stp
Commit message (Collapse)AuthorAgeFilesLines
* Move examples to testsuite/systemtap.examplesWilliam Cohen2008-04-241-36/+0
|
* 2007-11-09 Martin Hunt <hunt@redhat.com>hunt2007-11-091-1/+1
| | | | | | * README: New. * *.stp. Fix path. See PR 4718.
* PR1119: unused variable elision warningsfche2007-10-061-1/+1
| | | | | | | | | | | | | | | | | | 2007-10-05 Frank Ch. Eigler <fche@elastic.org> PR 1119 * elaborate.cxx (semantic_pass_opt[12]): Warn on elided variables/functions in user script. * session.h (suppress_warnings): New field. Change "timing" to plain old bool. * main.cxx (main): Configure warnings on by default. * stap.1.in: Document this. PR 1119. * systemtap.base/warnings.*: New test. * futexes.stp, sig_by_proc.stp, small_demos/rwtiming.stp: Fix elision warnings.
* 2007-08-09 Frank Ch. Eigler <fche@elastic.org>fche2007-08-091-1/+1
| | | | | PR 4718, from Eugeniy Meshcheryakov <eugen@debian.org>: * *.stp: Make all shell scripts lead with #! /usr/bin/stap
* 2007-01-01 Frank Ch. Eigler <fche@redhat.com>fche2007-01-021-0/+36
* configure.ac: Bump version to 0.5.12 for release. * configure: Regenerated. * NEWS, AUTHORS: Populate & repopulate. * examples/*: Added several .stp/.txt files from the wiki.