summaryrefslogtreecommitdiffstats
path: root/SystemTap_Beginners_Guide/userspace-probing.html
diff options
authorfche <fche>2020-06-11 15:23:44 +0000
committerfche <fche>2020-06-11 15:23:44 +0000
commit41d417d2853f72694a4812d38e0a5da811896cb0 (patch)
tree98d0353f3fa8b03f0005ad7546505761ddcd5f95 /SystemTap_Beginners_Guide/userspace-probing.html
parentadd new langref/*.html (diff)
removed man pages
Diffstat (limited to 'SystemTap_Beginners_Guide/userspace-probing.html')
-rw-r--r--SystemTap_Beginners_Guide/userspace-probing.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/SystemTap_Beginners_Guide/userspace-probing.html b/SystemTap_Beginners_Guide/userspace-probing.html
index 37a8c0e0..a47a83a3 100644
--- a/SystemTap_Beginners_Guide/userspace-probing.html
+++ b/SystemTap_Beginners_Guide/userspace-probing.html
@@ -23,7 +23,7 @@ To determine whether the currently running Linux kernel provides the needed utra
23</div><pre class="screen"><code class="command">grep CONFIG_UTRACE /boot/config-`uname -r`</code></pre><div class="para"> 23</div><pre class="screen"><code class="command">grep CONFIG_UTRACE /boot/config-`uname -r`</code></pre><div class="para">
24If the Linux kernel supports user-space probing, the command produces the following output: 24If the Linux kernel supports user-space probing, the command produces the following output:
25</div><pre class="screen">CONFIG_UTRACE=y</pre><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="uevents"> 25</div><pre class="screen">CONFIG_UTRACE=y</pre><div class="section"><div class="titlepage"><div><div><h2 class="title"><a id="uevents">
26 ⁠</a>4.1. User-Space Events</h2></div></div></div><a id="idp70843089629120" class="indexterm"></a><div class="para"> 26 ⁠</a>4.1. User-Space Events</h2></div></div></div><a id="idp71894827388368" class="indexterm"></a><div class="para">
27All user-space event probes begin with <span class="emphasis"><em>process</em></span>. 27All user-space event probes begin with <span class="emphasis"><em>process</em></span>.
28You can limit the process events to a specific running process by specifying the process ID. 28You can limit the process events to a specific running process by specifying the process ID.
29You can also limit the process events to monitor a particular executable 29You can also limit the process events to monitor a particular executable