This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 00/10] Correct and consistent .meta files for example


This is an attempt to make the .meta information for the example scripts correct 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 Östman (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(-)

-- 
1.7.6.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]