summaryrefslogtreecommitdiffstats
path: root/examples/iostat-scsi.stp
Commit message (Collapse)AuthorAgeFilesLines
* Move examples to testsuite/systemtap.examplesWilliam Cohen2008-04-241-81/+0
|
* 2008-03-05 David Smith <dsmith@redhat.com>dsmith2008-03-051-0/+24
| | | | | | PR5422 * iostat-scsi.stp: Updated to handle kernel versions > 2.6.24. * iostat-scsi.txt: Updated.
* PR 3887: sufficient+optional probe pointsfche2007-11-201-2/+2
| | | | | | | | | | | | | | | | 2007-11-19 Frank Ch. Eigler <fche@elastic.org> PR 3887. * staptree.h (probe_point): Add "sufficient" field. * staptree.cxx: Initialize it, print it. * parse.cxx (parse_probe_point): Parse it. * elaborate.cxx (derive_probes): Implement it. * stapprobes.5.in: Document it. * NEWS: Gloat about it. * parseok/five.stp, semok/twentyseven.stp: Test "!" probe point flag. * iostat-scsi.stp: Adopt "!" probe point flag.
* 2007-11-09 Martin Hunt <hunt@redhat.com>hunt2007-11-091-1/+1
| | | | | | * README: New. * *.stp. Fix path. See PR 4718.
* 2007-09-15 Wenji Huang <wenji.huang@oracle.com>wenji2007-09-161-4/+8
| | | | | * iostat-scsi.stp: Make module probe optional,clarify reference to flags. * small_demos/sched_snoop.stp(scheduler.migrage,scheduler.balance): Make optional.
* 2007-08-09 Frank Ch. Eigler <fche@elastic.org>fche2007-08-091-0/+2
| | | | | 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/+51
* 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.