diff options
| author | serhei <serhei> | 2021-11-19 16:31:03 +0000 |
|---|---|---|
| committer | serhei <serhei> | 2021-11-19 16:31:03 +0000 |
| commit | 4e6b6ad960cf9c79a814f3a09f8048ff389d866e (patch) | |
| tree | 15bec9f2679d23e3260effd22004c749ff5c8bdd /SystemTap_Beginners_Guide/userspace-probing.html | |
| parent | add new tutorial/* (diff) | |
removed man pages
Diffstat (limited to 'SystemTap_Beginners_Guide/userspace-probing.html')
| -rw-r--r-- | SystemTap_Beginners_Guide/userspace-probing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SystemTap_Beginners_Guide/userspace-probing.html b/SystemTap_Beginners_Guide/userspace-probing.html index 8fb009c9..bcc09293 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"> |
| 24 | If the Linux kernel supports user-space probing, the command produces the following output: | 24 | If 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="idm45794790925024" class="indexterm"></a><div class="para"> | 26 | </a>4.1. User-Space Events</h2></div></div></div><a id="idm44740656766064" class="indexterm"></a><div class="para"> |
| 27 | All user-space event probes begin with <span class="emphasis"><em>process</em></span>. | 27 | All user-space event probes begin with <span class="emphasis"><em>process</em></span>. |
| 28 | You can limit the process events to a specific running process by specifying the process ID. | 28 | You can limit the process events to a specific running process by specifying the process ID. |
| 29 | You can also limit the process events to monitor a particular executable | 29 | You can also limit the process events to monitor a particular executable |
