]> sourceware.org Git - systemtap.git/commit
Use function.call and function.return in all thread_indent() examples.
authorMark Wielaard <mjw@redhat.com>
Sun, 25 Dec 2011 19:56:53 +0000 (20:56 +0100)
committerMark Wielaard <mjw@redhat.com>
Sun, 25 Dec 2011 20:12:29 +0000 (21:12 +0100)
commit2e96e9163d84fe9772def0318216a6d6da1332a2
treed9b85c5f64cac2429457e266dd7e466018ea5679
parent132b6fe86650df9cd1c684d133d7f815512cb519
Use function.call and function.return in all thread_indent() examples.

If the .call modifier isn't used the function probes will match both .call
and .inline, but .return doesn't match any inlined functions leading to
unbalanced thread_indent output.
doc/SystemTap_Beginners_Guide/en-US/Scripts.xml
doc/tutorial.tex
doc/tutorial/socket-trace.stp
This page took 0.026353 seconds and 5 git commands to generate.