From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10252 invoked by alias); 23 Dec 2011 08:24:24 -0000 Received: (qmail 10230 invoked by uid 22791); 23 Dec 2011 08:24:18 -0000 X-SWARE-Spam-Status: No, hits=-0.8 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:24:06 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1Re0Q9-0003BX-N5 from Fredrik_Oestman@mentor.com for systemtap@sourceware.org; Fri, 23 Dec 2011 00:24:05 -0800 Received: from SVR-IES-FEM-03.mgc.mentorg.com ([137.202.0.108]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 23 Dec 2011 00:23:21 -0800 Received: from EU-MBX-04.mgc.mentorg.com ([169.254.4.220]) by SVR-IES-FEM-03.mgc.mentorg.com ([137.202.0.108]) with mapi id 14.01.0289.001; Fri, 23 Dec 2011 08:24:04 +0000 From: "Oestman, Fredrik" To: "systemtap@sourceware.org" CC: "Oestman, Fredrik" Subject: [PATCH 00/10] Correct and consistent .meta files for example Date: Fri, 23 Dec 2011 08:26:00 -0000 Message-ID: <524C960C5DFC794E82BE548D825F05CF01D47C@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/msg00408.txt.bz2 This is an attempt to make the .meta information for the example scripts co= rrect and consistent. Correctness is defined by the rules in the README. We hope this will help us present the example scripts better to the user in= an Eclipse-based GUI environment. Fredrik =D6stman (10): Correct and consistent .meta files for example scripts: general Correct and consistent .meta files for example scripts: interrupt Correct and consistent .meta files for example scripts: io Correct and consistent .meta files for example scripts: locks Correct and consistent .meta files for example scripts: memory Correct and consistent .meta files for example scripts: network Correct and consistent .meta files for example scripts: process Correct and consistent .meta files for example scripts: profiling Correct and consistent .meta files for example scripts: virtualization Correct and consistent .meta files for example scripts: README testsuite/systemtap.examples/README | 83 +++++++++++-----= ---- .../systemtap.examples/general/ansi_colors.meta | 2 +- .../systemtap.examples/general/ansi_colors2.meta | 2 +- testsuite/systemtap.examples/general/badname.meta | 2 +- .../systemtap.examples/general/eventcount.meta | 6 +- .../general/func_time_stats.meta | 12 ++- testsuite/systemtap.examples/general/graphs.meta | 4 +- .../systemtap.examples/general/helloworld.meta | 2 +- .../general/para-callgraph-verbose.meta | 10 ++- .../systemtap.examples/general/para-callgraph.meta | 10 ++- testsuite/systemtap.examples/general/sizeof.meta | 11 ++- testsuite/systemtap.examples/general/varwatch.meta | 9 ++- testsuite/systemtap.examples/general/watchdog.meta | 10 ++- .../interrupt/interrupts-by-dev.meta | 2 +- testsuite/systemtap.examples/interrupt/scf.meta | 4 +- testsuite/systemtap.examples/io/deviceseeks.meta | 2 +- testsuite/systemtap.examples/io/disktop.meta | 2 +- testsuite/systemtap.examples/io/io_submit.meta | 2 +- testsuite/systemtap.examples/io/ioblktime.meta | 2 +- testsuite/systemtap.examples/io/iostat-scsi.meta | 2 +- testsuite/systemtap.examples/io/iotime.meta | 4 +- testsuite/systemtap.examples/io/iotop.meta | 2 +- testsuite/systemtap.examples/io/mbrwatch.meta | 9 ++- testsuite/systemtap.examples/io/traceio.meta | 2 +- testsuite/systemtap.examples/io/traceio2.meta | 2 +- testsuite/systemtap.examples/io/ttyspy.meta | 9 ++- testsuite/systemtap.examples/locks/bkl.meta | 7 +- testsuite/systemtap.examples/locks/bkl_stats.meta | 4 +- .../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 +- testsuite/systemtap.examples/network/autofs4.meta | 9 ++- .../systemtap.examples/network/dropwatch.meta | 4 +- .../systemtap.examples/network/nfsd_unlink.meta | 5 +- .../network/sk_stream_wait_memory.meta | 4 +- .../systemtap.examples/network/socket-trace.meta | 2 +- .../network/tcp_connections.meta | 2 +- .../systemtap.examples/network/tcp_init_cwnd.meta | 8 ++- .../systemtap.examples/network/tcp_trace.meta | 6 +- .../systemtap.examples/network/tcpipstat.meta | 6 +- testsuite/systemtap.examples/process/chng_cpu.meta | 2 +- .../systemtap.examples/process/cycle_thief.meta | 4 +- testsuite/systemtap.examples/process/errsnoop.meta | 12 ++- testsuite/systemtap.examples/process/migrate.meta | 2 +- testsuite/systemtap.examples/process/noptrace.meta | 12 ++- testsuite/systemtap.examples/process/pf2.meta | 6 +- testsuite/systemtap.examples/process/pfiles.meta | 11 ++- testsuite/systemtap.examples/process/plimit.meta | 10 ++- .../systemtap.examples/process/schedtimes.meta | 2 +- testsuite/systemtap.examples/process/sigkill.meta | 2 +- testsuite/systemtap.examples/process/sigmon.meta | 4 +- .../process/sleepingBeauties.meta | 8 ++- .../systemtap.examples/process/sleeptime.meta | 4 +- .../systemtap.examples/process/syscalltimes.meta | 2 +- testsuite/systemtap.examples/profiling/errno.meta | 2 +- .../systemtap.examples/profiling/fntimes.meta | 9 ++- .../profiling/functioncallcount.meta | 6 +- .../systemtap.examples/profiling/latencytap.meta | 4 +- .../systemtap.examples/profiling/linetimes.meta | 4 +- .../systemtap.examples/profiling/periodic.meta | 6 +- .../systemtap.examples/profiling/sched_switch.meta | 7 +- .../systemtap.examples/profiling/thread-times.meta | 9 ++- .../systemtap.examples/profiling/timeout.meta | 2 +- testsuite/systemtap.examples/profiling/topsys.meta | 2 +- .../virtualization/kvm_service_time.meta | 2 +- .../virtualization/qemu_count.meta | 2 +- .../systemtap.examples/virtualization/qemu_io.meta | 2 +- 70 files changed, 276 insertions(+), 149 deletions(-) --=20 1.7.6.4