diff options
| author | mcermak <mcermak> | 2014-05-16 17:59:58 +0000 |
|---|---|---|
| committer | mcermak <mcermak> | 2014-05-16 17:59:58 +0000 |
| commit | ba268aa1275afdd5c37452071dbafa58979ea277 (patch) | |
| tree | 06a5e0b4eec53e50acd21a691c58a2cb6a9b6b95 /tapsets/API-thread-indent.html | |
| parent | add new langref/*.html (diff) | |
removed man pages
Diffstat (limited to 'tapsets/API-thread-indent.html')
| -rw-r--r-- | tapsets/API-thread-indent.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tapsets/API-thread-indent.html b/tapsets/API-thread-indent.html deleted file mode 100644 index 28f1f947..00000000 --- a/tapsets/API-thread-indent.html +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>function::thread_indent</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="ansi.stp.html" title="Chapter 28. Utility functions for using ansi control chars in logs"><link rel="prev" href="API-indent.html" title="function::indent"><link rel="next" href="stap_staticmarkers.stp.html" title="Chapter 29. SystemTap Translator Tapset"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span>function::thread_indent</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-indent.html">Prev</a> </td><th width="60%" align="center">Chapter 28. Utility functions for using ansi control chars in logs</th><td width="20%" align="right"> <a accesskey="n" href="stap_staticmarkers.stp.html">Next</a></td></tr></table><hr></div><div class="refentry" title="function::thread_indent"><a name="API-thread-indent"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>function::thread_indent — | ||
| 2 | returns an amount of space with the current task information | ||
| 3 | </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting"> | ||
| 4 | thread_indent:string(delta:long) | ||
| 5 | </pre></div><div class="refsect1" title="Arguments"><a name="idp12252096"></a><h2>Arguments</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>delta</code></em></span></dt><dd><p> | ||
| 6 | the amount of space added/removed for each call | ||
| 7 | </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp12255328"></a><h2>Description</h2><p> | ||
| 8 | This function returns a string with appropriate | ||
| 9 | indentation for a thread. Call it with a small positive or | ||
| 10 | matching negative delta. If this is the real outermost, | ||
| 11 | initial level of indentation, then the function resets the | ||
| 12 | relative timestamp base to zero. An example is shown at the | ||
| 13 | end of this file. | ||
| 14 | </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-indent.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ansi.stp.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="stap_staticmarkers.stp.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>function::indent</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 29. SystemTap Translator Tapset</td></tr></table></div></body></html> | ||
