]> sourceware.org Git - systemtap.git/commit
Fix pausing of probes in monitor mode
authorFelix Lu <flu@redhat.com>
Tue, 14 Jun 2016 16:41:59 +0000 (12:41 -0400)
committerFelix Lu <flu@redhat.com>
Tue, 14 Jun 2016 16:56:15 +0000 (12:56 -0400)
commite7540f5523269a3be9d983c242d1b53eb13866f5
tree0007ae271d79ed84d410827777578524b9d3d862
parent6329df7eb881967ccbde50a6200e4eb96365fe82
Fix pausing of probes in monitor mode

Commit 8df0d9e8fb2cc6 caused the probe conditions to be added later in
semantic_pass.

* elaborate.cxx: Add probe conditions early on.
* parse.cxx: parse_synthetic_probe - Set synthetic probe flag.
* staptree.h: struct probe - New synthetic flag.
elaborate.cxx
parse.cxx
staptree.cxx
staptree.h
translate.cxx
This page took 0.027759 seconds and 5 git commands to generate.