From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15340 invoked by alias); 23 Dec 2011 08:28:58 -0000 Received: (qmail 15303 invoked by uid 22791); 23 Dec 2011 08:28:53 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Dec 2011 08:28:39 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1Re0UZ-0003Sr-3k from Fredrik_Oestman@mentor.com for systemtap@sourceware.org; Fri, 23 Dec 2011 00:28:39 -0800 Received: from SVR-IES-FEM-04.mgc.mentorg.com ([137.202.0.110]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 23 Dec 2011 00:27:54 -0800 Received: from EU-MBX-04.mgc.mentorg.com ([169.254.4.220]) by SVR-IES-FEM-04.mgc.mentorg.com ([137.202.0.110]) with mapi id 14.01.0289.001; Fri, 23 Dec 2011 08:28:37 +0000 From: "Oestman, Fredrik" To: "systemtap@sourceware.org" CC: "Oestman, Fredrik" Subject: [PATCH 05/10] Correct and consistent .meta files for example Date: Fri, 23 Dec 2011 08:30:00 -0000 Message-ID: <524C960C5DFC794E82BE548D825F05CF01D4C5@EU-MBX-04.mgc.mentorg.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2011-q4/txt/msg00412.txt.bz2 Signed-off-by: Fredrik =D6stman --- .../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/tests= uite/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/testsu= ite/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/testsui= te/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/testsui= te/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 fa= ults for each process. When the script exits it prints out the total read a= nd write pages faults for each process. The script also provide a break dow= n of page faults per node for each process. This script is useful for deter= mining whether the program has good locality (page faults limited to a sing= le node) on a NUMA computer. test_check: stap -p4 numa_faults.stp diff --git a/testsuite/systemtap.examples/memory/overcommit.meta b/testsuit= e/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/test= suite/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 --=20 1.7.6.4