summaryrefslogtreecommitdiffstats
path: root/examples/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Move examples to testsuite/systemtap.examplesWilliam Cohen2008-04-241-96/+0
|
* 2008-03-09 Wenji Huang <wenji.huang@oracle.com>wenji2008-03-101-0/+5
| | | | * wait4time.stp: Change reference of $pid to local variable pid.
* 2008-03-05 David Smith <dsmith@redhat.com>dsmith2008-03-051-0/+6
| | | | | | PR5422 * iostat-scsi.stp: Updated to handle kernel versions > 2.6.24. * iostat-scsi.txt: Updated.
* improve nettop.stp sample to minimize contention / skipped probesfche2008-01-291-0/+4
| | | | | | 2008-01-29 Frank Ch. Eigler <fche@elastic.org> * nettop.stp: Reorganize array usage to minimize contention.
* PR 3887: sufficient+optional probe pointsfche2007-11-201-0/+4
| | | | | | | | | | | | | | | | 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-0/+6
| | | | | | * README: New. * *.stp. Fix path. See PR 4718.
* syscalltimes, syscalltimes.txt: New combination shell/SystemTap scriptmmason2007-10-101-0/+5
| | | | to measure system call times.
* PR1119: unused variable elision warningsfche2007-10-061-0/+5
| | | | | | | | | | | | | | | | | | 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-09-15 Wenji Huang <wenji.huang@oracle.com>wenji2007-09-161-0/+5
| | | | | * iostat-scsi.stp: Make module probe optional,clarify reference to flags. * small_demos/sched_snoop.stp(scheduler.migrage,scheduler.balance): Make optional.
* 2007-09-05 Frank Ch. Eigler <fche@elastic.org>fche2007-09-051-0/+4
| | | | * pf2.stp: Exploit sortable aggregates.
* 2007-08-09 Frank Ch. Eigler <fche@elastic.org>fche2007-08-091-0/+5
| | | | | PR 4718, from Eugeniy Meshcheryakov <eugen@debian.org>: * *.stp: Make all shell scripts lead with #! /usr/bin/stap
* Scripts to print signal activity based on process ID and/or name.mmason2007-05-291-0/+5
|
* 2007-04-02 Frank Ch. Eigler <fche@elastic.org>fche2007-04-021-0/+5
| | | | | | | | | | | | * tapsets.cxx (query_dwarf_func): Skip non-inlined functions for .function().inline case. 2007-04-02 Frank Ch. Eigler <fche@elastic.org> * socket-trace.stp, small_demos/prof.stp, top.stp: Adapt to .inline -> .function change. * semko/twentyone.stp: Ditto.
* 2007-01-30 Frank Ch. Eigler <fche@elastic.org>fche2007-01-301-1/+5
| | | | * socket-trace.stp: Added from the tutorial.
* New example that uses a shell script to process command line options for a ↵mmason2007-01-291-0/+5
| | | | systemtap script.
* Add iotime.stp, sleeptime.stp, and wait4time.stp examples.wcohen2007-01-111-0/+6
|
* * moving examples/ changelog entriesfche2007-01-101-0/+4
|
* 2007-01-10 Martin Hunt <hunt@redhat.com>hunt2007-01-101-0/+18
* small_demos/top.stp: Use "limit" option in foreach.