public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-295-g22ce807
@ 2009-09-13 22:07 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2009-09-13 22:07 UTC (permalink / raw)
  To: systemtap-cvs

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  22ce80766c4f31a218da1694569523eb68737faf (commit)
       via  6ff3e5250db10f8e6a875bc1ddecf19f8181739c (commit)
       via  bfc99f57e8a6bc2f217a14f01a1bb4ff4620881b (commit)
       via  1b504c3f7901ea851cd891b1fea2295736606884 (commit)
      from  6b66b9f7f81a45d8ecce987dc4436efc1b94fad4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 22ce80766c4f31a218da1694569523eb68737faf
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sun Sep 13 23:57:42 2009 +0200

    Make check.exp not sleep so much in test_installcheck.
    
    A lot of time during the installcheck was spend just sleeping. Reduce the
    sleep time by at least one fifth.
    
    * testsuite/systemtap.examples/*/*meta: Reduct -c "sleep" time.

commit 6ff3e5250db10f8e6a875bc1ddecf19f8181739c
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sun Sep 13 23:37:28 2009 +0200

    Make tracepoints.exp test more efficient by running as one giant script.
    
    When there are lots of tracepoints in the kernel running a script
    for each one individually can take several minutes. So run them all
    in one giant script at the same time. Also increase timeout for
    the stap -l collection step since with an empty cache that might
    take more than the default 10 seconds.
    
    * testsuite/systemtap.base/tracepoints.exp: Increase default timeout.
      Collect all script fragments and run them as one.

commit bfc99f57e8a6bc2f217a14f01a1bb4ff4620881b
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sun Sep 13 22:31:37 2009 +0200

    Only test highest optimization for exelib.exp test.
    
    There is not much to gain from testing low and high optimized programs.
    So only test highest optimization level. Half test time from 200 to 100 sec.
    
    * testsuite/systemtap.exelib/exelib.exp: Set opt to list containing just -O3.

commit 1b504c3f7901ea851cd891b1fea2295736606884
Author: Mark Wielaard <mjw@redhat.com>
Date:   Sun Sep 13 22:22:05 2009 +0200

    Replace small exelib.exp testcases with one jumbo testcase.
    
    Merge lib, mark, uname and ustack stp and tcl scripts into one large
    libmarkunamestack stp and tcl script. But keep the individual tests
    in case the large test fails and one wants to debug the individual steps.
    
    Takes test time for exelib.exp down from 700 seconds to 200 seconds.
    
    * testsuite/systemtap.exelib/libmarkunamestack.stp: New large stp script.
    * testsuite/systemtap.exelib/libmarkunamestack.tcl: New large tcl script.
    * testsuite/systemtap.exelib/exelib.exp: Use libmarkunamestack.

-----------------------------------------------------------------------

Summary of changes:
 testsuite/systemtap.base/tracepoints.exp           |   26 ++++++--
 testsuite/systemtap.examples/general/graphs.meta   |    2 +-
 testsuite/systemtap.examples/interrupt/scf.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/iostats.meta       |    2 +-
 testsuite/systemtap.examples/io/iotime.meta        |    2 +-
 testsuite/systemtap.examples/io/iotop.meta         |    2 +-
 testsuite/systemtap.examples/io/traceio.meta       |    2 +-
 testsuite/systemtap.examples/io/traceio2.meta      |    2 +-
 testsuite/systemtap.examples/io/ttyspy.meta        |    2 +-
 testsuite/systemtap.examples/locks/bkl.meta        |    2 +-
 testsuite/systemtap.examples/locks/bkl_stats.meta  |    2 +-
 .../systemtap.examples/memory/kmalloc-top.meta     |    2 +-
 .../systemtap.examples/memory/mmanonpage.meta      |    2 +-
 .../systemtap.examples/memory/mmfilepage.meta      |    2 +-
 testsuite/systemtap.examples/memory/mmreclaim.meta |    2 +-
 .../systemtap.examples/memory/mmwriteback.meta     |    2 +-
 .../systemtap.examples/memory/numa_faults.meta     |    2 +-
 testsuite/systemtap.examples/memory/pfaults.meta   |    2 +-
 testsuite/systemtap.examples/network/autofs4.meta  |    2 +-
 .../systemtap.examples/network/dropwatch.meta      |    2 +-
 testsuite/systemtap.examples/network/nettop.meta   |    2 +-
 .../network/sk_stream_wait_memory.meta             |    2 +-
 .../systemtap.examples/network/socket-trace.meta   |    2 +-
 .../network/tcp_connections.meta                   |    2 +-
 .../systemtap.examples/network/tcpdumplike.meta    |    2 +-
 testsuite/systemtap.examples/process/chng_cpu.meta |    2 +-
 testsuite/systemtap.examples/process/errsnoop.meta |    2 +-
 .../systemtap.examples/process/forktracker.meta    |    2 +-
 testsuite/systemtap.examples/process/futexes.meta  |    2 +-
 testsuite/systemtap.examples/process/migrate.meta  |    2 +-
 testsuite/systemtap.examples/process/pf2.meta      |    2 +-
 .../systemtap.examples/process/schedtimes.meta     |    2 +-
 .../systemtap.examples/process/sig_by_pid.meta     |    2 +-
 .../systemtap.examples/process/sig_by_proc.meta    |    2 +-
 testsuite/systemtap.examples/process/sigkill.meta  |    2 +-
 testsuite/systemtap.examples/process/sigmon.meta   |    2 +-
 .../process/sleepingBeauties.meta                  |    2 +-
 .../systemtap.examples/process/sleeptime.meta      |    2 +-
 .../process/syscalls_by_pid.meta                   |    2 +-
 .../process/syscalls_by_proc.meta                  |    2 +-
 .../systemtap.examples/process/wait4time.meta      |    2 +-
 .../profiling/functioncallcount.meta               |    2 +-
 .../systemtap.examples/profiling/thread-times.meta |    2 +-
 .../systemtap.examples/profiling/timeout.meta      |    2 +-
 testsuite/systemtap.examples/profiling/topsys.meta |    2 +-
 testsuite/systemtap.exelib/exelib.exp              |   12 ++-
 testsuite/systemtap.exelib/libmarkunamestack.stp   |   72 ++++++++++++++++++++
 .../{ustack.tcl => libmarkunamestack.tcl}          |   51 ++++++++++++--
 52 files changed, 192 insertions(+), 65 deletions(-)
 create mode 100644 testsuite/systemtap.exelib/libmarkunamestack.stp
 copy testsuite/systemtap.exelib/{ustack.tcl => libmarkunamestack.tcl} (60%)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


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

only message in thread, other threads:[~2009-09-13 22:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-13 22:07 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.9-295-g22ce807 mark

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