public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Patch] [testsuite] Fix mismatched description in sigmon.meta
@ 2009-04-22  2:26 Sunzen Wang
  2009-04-22 11:56 ` Mark Wielaard
  0 siblings, 1 reply; 3+ messages in thread
From: Sunzen Wang @ 2009-04-22  2:26 UTC (permalink / raw)
  To: systemtap

In testsuite/systemtap.examples/, there is a mismatched description in
process/sigmon.meta.

The patch fixes it,  together with corresponding stuffs in other
generated files(index.html, index.txt, keyword-index.txt,
keyword-index.html), as those files are directly included in the
source code.

Thanks.

---
diff --git a/testsuite/systemtap.examples/index.html
b/testsuite/systemtap.examples/index.html
index a2dc7d5..9a97ea6 100644
--- a/testsuite/systemtap.examples/index.html
+++ b/testsuite/systemtap.examples/index.html
@@ -121,7 +121,7 @@ keywords: <a
href="keyword-index.html#SIGNALS">SIGNALS</a> <br>
 <li><a href="process/sigkill.stp">process/sigkill.stp</a> - Track
SIGKILL Signals<br>
 keywords: <a href="keyword-index.html#SIGNALS">SIGNALS</a> <br>
 <p>The script traces any SIGKILL signals. When that SIGKILL signal is
sent to a process, the script prints out the signal name, the
desination executable and process ID, the executable name user ID that
sent the signal.</p></li>
-<li><a href="process/syscalls_by_pid.stp">process/syscalls_by_pid.stp</a>
- System-Wide Count of Syscalls by PID<br>
+<li><a href="process/sigmon.stp">process/sigmon.stp</a> - Track a
particular signal to a specific process <br>
 keywords: <a href="keyword-index.html#SIGNALS">SIGNALS</a> <br>
 <p>The script watches for a particular signal sent to a specific
process. When that signal is sent to the specified process, the script
prints out the PID and executable of the process sending the signal,
the PID and executable name of the process receiving the signal, and
the signal number and name.</p></li>
 <li><a href="process/sleepingBeauties.stp">process/sleepingBeauties.stp</a>
- Generating Backtraces of Threads Waiting for IO Operations<br>
diff --git a/testsuite/systemtap.examples/index.txt
b/testsuite/systemtap.examples/index.txt
index 2f85628..79ac0a8 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -245,7 +245,7 @@ keywords: signals
   that sent the signal.


-process/syscalls_by_pid.stp - System-Wide Count of Syscalls by PID
+process/sigmon.stp - Track a particular signal to a specific process
 keywords: signals

   The script watches for a particular signal sent to a specific
diff --git a/testsuite/systemtap.examples/keyword-index.html
b/testsuite/systemtap.examples/keyword-index.html
index 473c009..582cabb 100644
--- a/testsuite/systemtap.examples/keyword-index.html
+++ b/testsuite/systemtap.examples/keyword-index.html
@@ -234,7 +234,7 @@ keywords: <a
href="keyword-index.html#SIGNALS">SIGNALS</a> <br>
 <li><a href="process/sigkill.stp">process/sigkill.stp</a> - Track
SIGKILL Signals<br>
 keywords: <a href="keyword-index.html#SIGNALS">SIGNALS</a> <br>
 <p>The script traces any SIGKILL signals. When that SIGKILL signal is
sent to a process, the script prints out the signal name, the
desination executable and process ID, the executable name user ID that
sent the signal.</p></li>
-<li><a href="process/syscalls_by_pid.stp">process/syscalls_by_pid.stp</a>
- System-Wide Count of Syscalls by PID<br>
+<li><a href="process/sigmon.stp">process/sigmon.stp</a> - Track a
particular signal to a specific process <br>
 keywords: <a href="keyword-index.html#SIGNALS">SIGNALS</a> <br>
 <p>The script watches for a particular signal sent to a specific
process. When that signal is sent to the specified process, the script
prints out the PID and executable of the process sending the signal,
the PID and executable name of the process receiving the signal, and
the signal number and name.</p></li>
 </ul>
diff --git a/testsuite/systemtap.examples/keyword-index.txt
b/testsuite/systemtap.examples/keyword-index.txt
index 1d5add5..db3635e 100644
--- a/testsuite/systemtap.examples/keyword-index.txt
+++ b/testsuite/systemtap.examples/keyword-index.txt
@@ -449,7 +449,7 @@ keywords: signals
   that sent the signal.


-process/syscalls_by_pid.stp - System-Wide Count of Syscalls by PID
+process/sigmon.stp - Track a particular signal to a specific process
 keywords: signals

   The script watches for a particular signal sent to a specific
diff --git a/testsuite/systemtap.examples/process/sigmon.meta
b/testsuite/systemtap.examples/process/sigmon.meta
index 1883499..e186ebc 100644
--- a/testsuite/systemtap.examples/process/sigmon.meta
+++ b/testsuite/systemtap.examples/process/sigmon.meta
@@ -1,5 +1,5 @@
-title: System-Wide Count of Syscalls by PID
-name: syscalls_by_pid.stp
+title: Track a particular signal to a specific process
+name: sigmon.stp
 version: 1.0
 author: IBM
 keywords: signals

-- 
sunzen
<<freedom & enjoyment>>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Patch] [testsuite] Fix mismatched description in sigmon.meta
  2009-04-22  2:26 [Patch] [testsuite] Fix mismatched description in sigmon.meta Sunzen Wang
@ 2009-04-22 11:56 ` Mark Wielaard
  2009-04-24  7:16   ` Sunzen Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Wielaard @ 2009-04-22 11:56 UTC (permalink / raw)
  To: Sunzen Wang; +Cc: systemtap

On Wed, 2009-04-22 at 10:26 +0800, Sunzen Wang wrote:
> In testsuite/systemtap.examples/, there is a mismatched description in
> process/sigmon.meta.
> 
> The patch fixes it,  together with corresponding stuffs in other
> generated files(index.html, index.txt, keyword-index.txt,
> keyword-index.html), as those files are directly included in the
> source code.

Good catch. Committed and pushed as:

commit 3a748561b96b9f67cf37731055a665cb491b48ab
Author: Sunzen Wang <sunzen@gmail.com>
Date:   Wed Apr 22 13:52:15 2009 +0200

Correct sigmon.meta example title and name.
    
* testsuite/systemtap.examples/process/sigmon.meta: Correct title and name.
* testsuite/systemtap.examples/index.html: Regenerated.
* testsuite/systemtap.examples/index.txt: Likewise.
* testsuite/systemtap.examples/keyword-index.html: Likewise.
* testsuite/systemtap.examples/keyword-index.txt: Likewise.

This should also automagically show up at
http://sourceware.org/systemtap/examples/

Thanks,

Mark

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Patch] [testsuite] Fix mismatched description in sigmon.meta
  2009-04-22 11:56 ` Mark Wielaard
@ 2009-04-24  7:16   ` Sunzen Wang
  0 siblings, 0 replies; 3+ messages in thread
From: Sunzen Wang @ 2009-04-24  7:16 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: systemtap

Hi Mark,

Thank you for the final work.

On Wed, Apr 22, 2009 at 7:56 PM, Mark Wielaard <mjw@redhat.com> wrote:
> Committed and pushed as:

> commit 3a748561b96b9f67cf37731055a665cb491b48ab
> Author: Sunzen Wang <sunzen@gmail.com>
> Date:   Wed Apr 22 13:52:15 2009 +0200
>
> Correct sigmon.meta example title and name.
>
> * testsuite/systemtap.examples/process/sigmon.meta: Correct title and name.
> * testsuite/systemtap.examples/index.html: Regenerated.
> * testsuite/systemtap.examples/index.txt: Likewise.
> * testsuite/systemtap.examples/keyword-index.html: Likewise.
> * testsuite/systemtap.examples/keyword-index.txt: Likewise.
>
> This should also automagically show up at
> http://sourceware.org/systemtap/examples/
>

-- 
sunzen

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-24  7:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-22  2:26 [Patch] [testsuite] Fix mismatched description in sigmon.meta Sunzen Wang
2009-04-22 11:56 ` Mark Wielaard
2009-04-24  7:16   ` Sunzen Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).