]> sourceware.org Git - systemtap.git/commit - main.cxx
Improve the kernel target_set.stp and add a stapdyn version
authorJosh Stone <jistone@redhat.com>
Thu, 16 May 2013 23:12:02 +0000 (16:12 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 16 May 2013 23:12:02 +0000 (16:12 -0700)
commita7160c2becb70d91da0cf3f7ac08614ee0950f71
tree9b837caf0dd4f854fd4dfb3de63bb916e4a1d708
parent92b971048349927b992878aff1f01cac150eb25d
Improve the kernel target_set.stp and add a stapdyn version

* tapset/linux/target_set.stp: Prefer process.begin/end for better
  tracking *process* lifetime. (syscall.exit covers thread exits too!)
* tapset/dyninst/target_set.stp: Implement stapdyn target_set.
* testsuite/systemtap.base/target_set_thread.*: Test that thread exits
  don't cause target_set to lose sight of a process.
* main.cxx (run_sdt_benchmark): Save the timing info for verbose runs.
main.cxx
tapset/dyninst/target_set.stp [new file with mode: 0644]
tapset/linux/target_set.stp
testsuite/systemtap.base/target_set_thread.exp [new file with mode: 0644]
testsuite/systemtap.base/target_set_thread.stp [new file with mode: 0644]
This page took 0.031133 seconds and 5 git commands to generate.