]> sourceware.org Git - systemtap.git/commit
Add some monitor mode improvements.
authorFelix Lu <flu@redhat.com>
Fri, 18 Mar 2016 18:11:05 +0000 (14:11 -0400)
committerFelix Lu <flu@redhat.com>
Fri, 18 Mar 2016 20:49:28 +0000 (16:49 -0400)
commit32bcf988a7db89220f2472d40d33b07b5c2e6adc
tree116b1e5d5f6801fb45323fa21b2beef85ab612c4
parentdbddece67bf05fdd9f489a277664dc7a7c883589
Add some monitor mode improvements.

Added an option to pause and resume the script while running to
allow the user to review the output. Previously, a synthetic probe
was being displayed in the probe list, this is now removed.

* elaborate.cxx:
  - monitor_mode_write: skip generating probe point
    condition for synthetic probes. Add command to resume
    and pause all probes.
  - semantic_pass: call monitor_mode_{read, write} in init
* staprun/monitor.c: Bind keys for pause and resume.
elaborate.cxx
man/stap.1.in
staprun/monitor.c
This page took 0.027343 seconds and 5 git commands to generate.