public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 05/10] Correct and consistent .meta files for example
@ 2011-12-23  8:30 Oestman, Fredrik
  0 siblings, 0 replies; only message in thread
From: Oestman, Fredrik @ 2011-12-23  8:30 UTC (permalink / raw)
  To: systemtap; +Cc: Oestman, Fredrik

Signed-off-by: Fredrik Östman <fredrik_oestman@mentor.com>
---
 .../systemtap.examples/memory/hw_watch_addr.meta   |    2 +-
 .../systemtap.examples/memory/hw_watch_sym.meta    |    2 +-
 .../systemtap.examples/memory/kmalloc-top.meta     |    2 +-
 .../systemtap.examples/memory/numa_faults.meta     |    2 +-
 .../systemtap.examples/memory/overcommit.meta      |   11 +++++++++--
 .../systemtap.examples/memory/vm.tracepoints.meta  |    4 ++--
 6 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/testsuite/systemtap.examples/memory/hw_watch_addr.meta b/testsuite/systemtap.examples/memory/hw_watch_addr.meta
index 6d640ce..c5ed34f 100644
--- a/testsuite/systemtap.examples/memory/hw_watch_addr.meta
+++ b/testsuite/systemtap.examples/memory/hw_watch_addr.meta
@@ -1,4 +1,4 @@
-title: Watch access to a kernel address using breakpoint hardware
+title: Watch a Kernel Address Using Breakpoint Hardware
 name: hw_watch_addr.stp
 version: 1.0
 author: William Cohen
diff --git a/testsuite/systemtap.examples/memory/hw_watch_sym.meta b/testsuite/systemtap.examples/memory/hw_watch_sym.meta
index 0a7ce61..ffcf8b3 100644
--- a/testsuite/systemtap.examples/memory/hw_watch_sym.meta
+++ b/testsuite/systemtap.examples/memory/hw_watch_sym.meta
@@ -1,4 +1,4 @@
-title: Watch to a kernel symbol using breakpoint hardware
+title: Watch a Kernel Symbol Using Breakpoint Hardware
 name: hw_watch_sym.stp
 version: 1.0
 author: William Cohen
diff --git a/testsuite/systemtap.examples/memory/kmalloc-top.meta b/testsuite/systemtap.examples/memory/kmalloc-top.meta
index 6388c3e..e7bd9de 100644
--- a/testsuite/systemtap.examples/memory/kmalloc-top.meta
+++ b/testsuite/systemtap.examples/memory/kmalloc-top.meta
@@ -1,4 +1,4 @@
-title: Show Paths to Kernel Malloc (kmalloc) Invocations
+title: Show Paths to Kernel Malloc Invocations
 name: kmalloc-top
 version: 1.0
 author: anonymous
diff --git a/testsuite/systemtap.examples/memory/numa_faults.meta b/testsuite/systemtap.examples/memory/numa_faults.meta
index afd95e0..9d8b456 100644
--- a/testsuite/systemtap.examples/memory/numa_faults.meta
+++ b/testsuite/systemtap.examples/memory/numa_faults.meta
@@ -6,7 +6,7 @@ keywords: memory numa
 subsystem: memory
 status: production
 exit: user-controlled
-output: list
+output: sorted-list
 scope: system-wide
 description: The numa_faults.stp script tracks the read and write pages faults for each process. When the script exits it prints out the total read and write pages faults for each process. The script also provide a break down of page faults per node for each process. This script is useful for determining whether the program has good locality (page faults limited to a single node) on a NUMA computer.
 test_check: stap -p4 numa_faults.stp
diff --git a/testsuite/systemtap.examples/memory/overcommit.meta b/testsuite/systemtap.examples/memory/overcommit.meta
index 72fb157..5f4311d 100644
--- a/testsuite/systemtap.examples/memory/overcommit.meta
+++ b/testsuite/systemtap.examples/memory/overcommit.meta
@@ -1,6 +1,13 @@
-title: Log failed process memory allocation due to overcommit limits
+title: Log Failed Process Memory Allocation Due to Overcommit Limits
 name: overcommit.stp
-keywords: memory process
+version: 1.0
+author: anonymous
+keywords: memory limits
+subsystem: memory
+status: proposed
+exit: user-controlled
+output: trace
+scope: system-wide
 description: The overcommit.stp script prints a line each time the kernel refuses a memory allocation request from a process because of /proc/sys/vm/overcommit* limits.
 test_check: stap -p4 overcommit.stp
 test_installcheck: stap overcommit.stp -c "sleep 0.2"
diff --git a/testsuite/systemtap.examples/memory/vm.tracepoints.meta b/testsuite/systemtap.examples/memory/vm.tracepoints.meta
index 9fdb73f..c858d1b 100644
--- a/testsuite/systemtap.examples/memory/vm.tracepoints.meta
+++ b/testsuite/systemtap.examples/memory/vm.tracepoints.meta
@@ -1,8 +1,8 @@
-title: Collect slab allocation statistics
+title: Collect Slab Allocation Statistics
 name: vm.tracepoints.stp
 version: 1.0
 author: Rajasekhar
-keywords: memory slab allocator
+keywords: memory slab statistics
 subsystem: memory
 status: production
 exit: user-controlled
-- 
1.7.6.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-23  8:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-23  8:30 [PATCH 05/10] Correct and consistent .meta files for example Oestman, Fredrik

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).