]> sourceware.org Git - systemtap.git/commit
Update the ioblock and scheduler tapsets and testcases.
authorDavid Smith <dsmith@redhat.com>
Fri, 14 May 2010 18:03:53 +0000 (13:03 -0500)
committerDavid Smith <dsmith@redhat.com>
Fri, 14 May 2010 18:03:53 +0000 (13:03 -0500)
commit2bc468b1f564ca25685e51356f23e5fc764ca676
tree19ad751e90da3ead7cdaba0c1ab1eff58abf50af
parent1df47e74b1ab7cf3b4b389dbca3b3bb86bc47234
Update the ioblock and scheduler tapsets and testcases.

* tapset/ioblock.stp: Fixed several problems where the ioblock_trace
  probes didn't all export the same convenience variables.  Works on
  RHEL4, RHEL5, RHEL6(beta), f11, f12, and rawhide.
* tapset/scheduler.stp: Fixed several problems where the kprobes backup
  probes for tracepoints didn't work.  Works on RHEL4, RHEL5, RHEL6(beta),
  f11, f12, and rawhide.
* testsuite/buildok/ioblock-all-probes.stp: New testcase.
* testsuite/buildok/ioblock-detailed.stp: New detailed test of all ioblock
  probes and convenience variables.
* testsuite/buildok/ioblock-embedded.stp: Added bio_rw_str() test.
* testsuite/buildok/ioblock_test.stp: Deleted old ioblock test.
* testsuite/buildok/scheduler-embedded.stp: New testcase.
* testsuite/buildok/scheduler-detailed.stp: New detailed test of all
  scheduler probes and convenience variables.
* testsuite/buildok/scheduler-cpu_off.stp: New detailed test which can
  fail on some platforms because we can't find inline function arguments.
* testsuite/buildok/scheduler-ctxswitch.stp: Ditto.
* testsuite/buildok/scheduler-migrate.stp: Ditto.
* testsuite/buildok/scheduler-test-tracepoints.stp: Deleted old test.
* testsuite/buildok/sched_test.stp: Ditto.
* testsuite/systemtap.pass1-4/buildok.exp: Kfail the scheduler
  single-probe tests.
14 files changed:
tapset/ioblock.stp
tapset/scheduler.stp
testsuite/buildok/ioblock-all-probes.stp [new file with mode: 0755]
testsuite/buildok/ioblock-detailed.stp [new file with mode: 0755]
testsuite/buildok/ioblock-embedded.stp
testsuite/buildok/ioblock_test.stp [deleted file]
testsuite/buildok/sched_test.stp [deleted file]
testsuite/buildok/scheduler-cpu_off.stp [new file with mode: 0755]
testsuite/buildok/scheduler-ctxswitch.stp [new file with mode: 0755]
testsuite/buildok/scheduler-detailed.stp [new file with mode: 0755]
testsuite/buildok/scheduler-embedded.stp [new file with mode: 0755]
testsuite/buildok/scheduler-migrate.stp [new file with mode: 0755]
testsuite/buildok/scheduler-test-tracepoints.stp [deleted file]
testsuite/systemtap.pass1-4/buildok.exp
This page took 0.030282 seconds and 5 git commands to generate.