summaryrefslogtreecommitdiffstats
path: root/tapsets/API-ucallers.html
diff options
authorajakop <ajakop>2015-06-17 17:42:58 +0000
committerajakop <ajakop>2015-06-17 17:42:58 +0000
commit7c787edaa5d0b8ad0b5e6176eb6247203c534254 (patch)
tree7cf3719e68c33248ceed97859dcec061cb616f5b /tapsets/API-ucallers.html
parentadd new langref/*.html (diff)
removed man pages
Diffstat (limited to 'tapsets/API-ucallers.html')
-rw-r--r--tapsets/API-ucallers.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tapsets/API-ucallers.html b/tapsets/API-ucallers.html
index 2f16eda2..617585da 100644
--- a/tapsets/API-ucallers.html
+++ b/tapsets/API-ucallers.html
@@ -2,14 +2,14 @@
2 Return first n elements of user stack backtrace 2 Return first n elements of user stack backtrace
3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting">
4 ucallers:string(n:long) 4 ucallers:string(n:long)
5</pre></div><div class="refsect1"><a name="idm47878060439312"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p> 5</pre></div><div class="refsect1"><a name="idm140267928027824"></a><h2>Arguments</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="parameter"><code>n</code></em></span></dt><dd><p>
6 number of levels to descend in the stack (not counting the top 6 number of levels to descend in the stack (not counting the top
7 level). If n is -1, print the entire stack. 7 level). If n is -1, print the entire stack.
8 </p></dd></dl></div></div><div class="refsect1"><a name="idm47878060436112"></a><h2>Description</h2><p> 8 </p></dd></dl></div></div><div class="refsect1"><a name="idm140267928024624"></a><h2>Description</h2><p>
9 This function returns a string of the first n hex 9 This function returns a string of the first n hex
10 addresses from the backtrace of the user stack. Output may be 10 addresses from the backtrace of the user stack. Output may be
11 truncated as per maximum string length (MAXSTRINGLEN). 11 truncated as per maximum string length (MAXSTRINGLEN).
12</p></div><div class="refsect1"><a name="idm47878060434768"></a><h2>Note</h2><p> 12</p></div><div class="refsect1"><a name="idm140267928023280"></a><h2>Note</h2><p>
13 To get (full) backtraces for user space applications and shared 13 To get (full) backtraces for user space applications and shared
14 shared libraries not mentioned in the current script run stap with 14 shared libraries not mentioned in the current script run stap with
15 -d /path/to/exe-or-so and/or add --ldd to load all needed unwind data. 15 -d /path/to/exe-or-so and/or add --ldd to load all needed unwind data.