summaryrefslogtreecommitdiffstats
path: root/examples/small_demos/rwtiming.stp
Commit message (Collapse)AuthorAgeFilesLines
* Move examples to testsuite/systemtap.examplesWilliam Cohen2008-04-241-74/+0
|
* PR1119: unused variable elision warningsfche2007-10-061-1/+4
| | | | | | | | | | | | | | | | | | 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.
* 2006-05-05 Will Cohen <wcohen@redhat.com>wcohen2006-05-051-0/+71
* small_demos/fileopen.stp: Shows use of target() to look at pid. * small_demos/rwtiming.stp: Shows per executable histograms of time spent in read and write system calls.