diff options
author | fche <fche> | 2006-06-05 19:45:56 +0000 |
---|---|---|
committer | fche <fche> | 2006-06-05 19:45:56 +0000 |
commit | a971b891bbdd51e2f1111a41ffff9dfd5e171ab4 (patch) | |
tree | c0c7d41819755dd744e7845684f56fe965373306 /stap.1.in | |
parent | cedd10f4eeda74861f6ee61a50241e05eb27b500 (diff) | |
download | systemtap-steved-a971b891bbdd51e2f1111a41ffff9dfd5e171ab4.tar.gz systemtap-steved-a971b891bbdd51e2f1111a41ffff9dfd5e171ab4.tar.xz systemtap-steved-a971b891bbdd51e2f1111a41ffff9dfd5e171ab4.zip |
2006-06-05 Frank Ch. Eigler <fche@elastic.org>
PR 2645 cont'd.
* elaborate.cxx (derive_probes): Pass down optional flag
from alias reference to expansion.
* testsuite/semok/twentytwo.stp: Test passing-down.
* stapprobes.5.in: Specify passing-down property of optional flag.
Diffstat (limited to 'stap.1.in')
-rw-r--r-- | stap.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -410,7 +410,7 @@ at the given point, it just defines a new probe point name as an alias to an existing one. There are two types of alias, i.e. the prologue style and the epilogue style which are identified by "=" and "+=" respectively. - +.PP For prologue style alias, the statement block that follows an alias definition is implicitly added as a prologue to any probe that refers to the alias. While for the epilogue style alias, the statement block |