| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
* wait4time.stp: Change reference of $pid to local variable pid.
|
| |
|
|
|
|
| |
PR5422
* iostat-scsi.stp: Updated to handle kernel versions > 2.6.24.
* iostat-scsi.txt: Updated.
|
| |
|
|
|
|
| |
2008-01-29 Frank Ch. Eigler <fche@elastic.org>
* nettop.stp: Reorganize array usage to minimize contention.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
* README: New.
* *.stp. Fix path. See PR 4718.
|
| |
|
|
| |
to measure system call times.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
* iostat-scsi.stp: Make module probe optional,clarify reference to flags.
* small_demos/sched_snoop.stp(scheduler.migrage,scheduler.balance): Make optional.
|
| |
|
|
| |
* pf2.stp: Exploit sortable aggregates.
|
| |
|
|
|
| |
PR 4718, from Eugeniy Meshcheryakov <eugen@debian.org>:
* *.stp: Make all shell scripts lead with #! /usr/bin/stap
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
| |
* socket-trace.stp: Added from the tutorial.
|
| |
|
|
| |
systemtap script.
|
| | |
|
| | |
|
|
|
* small_demos/top.stp: Use "limit" option in foreach.
|