Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move examples to testsuite/systemtap.examples | William Cohen | 2008-04-24 | 1 | -74/+0 |
| | |||||
* | PR1119: unused variable elision warnings | fche | 2007-10-06 | 1 | -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> | wcohen | 2006-05-05 | 1 | -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. |