Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite: use #! /usr/bin/env stap instead of /usr/bin/stap | Frank Ch. Eigler | 2010-03-30 | 2 | -2/+2 |
| | |||||
* | PR909: add a baby test case | Frank Ch. Eigler | 2010-03-19 | 2 | -20/+15 |
| | | | | | | * testsuite/systemtap.examples/profiling/thread-times.stp: Prefer perf.sw.cpu_clock to timer.profile. Prettify output by including comm string. | ||||
* | new sample for sandeen@redhat.com: fntimes.stp | Frank Ch. Eigler | 2010-02-01 | 2 | -0/+36 |
| | |||||
* | grapher example with backtraces in events | Tim Moore | 2010-01-06 | 1 | -0/+19 |
| | | | | * testsuite/systemtap.examples/profiling/graphcall.stp : new file | ||||
* | Clean up examples | Wenji Huang | 2009-11-18 | 1 | -6/+4 |
| | |||||
* | Updates samples index for sched_switch | Josh Stone | 2009-10-02 | 2 | -3/+4 |
| | |||||
* | Scheduler Tapset based on kernel tracepoints | Kiran Prakesh | 2009-10-02 | 2 | -0/+76 |
| | | | | | | | | | This patch adds kernel tracepoints based probes to the scheduler tapset along with the testcase, scheduler-test-tracepoints.stp and an example script, sched_switch.stp. Signed-off-by: Kiran Prakash <kiran@linux.vnet.ibm.com> Signed-off-by: Josh Stone <jistone@redhat.com> | ||||
* | Make check.exp not sleep so much in test_installcheck. | Mark Wielaard | 2009-09-13 | 4 | -4/+4 |
| | | | | | | | A lot of time during the installcheck was spend just sleeping. Reduce the sleep time by at least one fifth. * testsuite/systemtap.examples/*/*meta: Reduct -c "sleep" time. | ||||
* | Make latencytap.stp compile on i386. | Mark Wielaard | 2009-04-21 | 1 | -1/+1 |
| | | | | | | | Still needs a .meta file to catch any breakage in the future. * testsuite/systemtap.examples/profiling/latencytap.stp (task_backtrace): Cast task to unsigned long first. | ||||
* | Correct column heading from uid to pid. | William Cohen | 2009-04-03 | 1 | -1/+1 |
| | |||||
* | Update scripts to use the new ANSI tapset | Eugene Teo | 2009-04-03 | 1 | -1/+1 |
| | | | | | | This updates the example scripts to use the new ANSI escape sequences tapset. It also adds the copyright header that was missing in ansi_colors.stp for a long time. | ||||
* | make all examples executable | Eugeniy Meshcheryakov | 2009-02-21 | 3 | -0/+0 |
| | |||||
* | Use kernel stack backtrace support when available | Tim Moore | 2009-02-11 | 1 | -2/+5 |
| | | | | | Define new functions that use the kernel support to do a backtrace of other tasks than current. | ||||
* | Probe only calls and not inlines in functioncallcount.stp | Ananth N Mavinakayanahalli | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | Revised topsys.stp and moved to the testsuite/systemtap.examples directory. | William Cohen | 2009-02-02 | 2 | -0/+37 |
| | |||||
* | Add the polling timeout example and update the catalog. | William Cohen | 2009-01-28 | 2 | -0/+115 |
| | |||||
* | PR9693. Add #! /usr/bin/env stap line for traceio2 and functioncallcount. | Mark Wielaard | 2009-01-02 | 1 | -0/+1 |
| | |||||
* | Format tweaks. | William Cohen | 2008-12-10 | 1 | -1/+2 |
| | |||||
* | add latencytap script | Tim Moore | 2008-12-10 | 1 | -0/+52 |
| | |||||
* | Tweak formatting, indent two space. | William Cohen | 2008-12-09 | 1 | -20/+20 |
| | |||||
* | PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable. | Mark Wielaard | 2008-08-11 | 2 | -0/+0 |
| | |||||
* | samples: separate into subdirectories by subsystem | Frank Ch. Eigler | 2008-08-07 | 4 | -0/+75 |