]> sourceware.org Git - systemtap.git/log
systemtap.git
15 years agoAdded bug 6841 fix utrace syscall test.
David Smith [Fri, 29 Aug 2008 14:59:12 +0000 (09:59 -0500)]
Added bug 6841 fix utrace syscall test.
2008-08-29  David Smith  <dsmith@redhat.com>

PR6841
* systemtap.base/utrace_p5.exp: Added system-wide syscall test for
bug 6841 fix.

15 years agoPR6731: improve listing mode to list variables
Wenji Huang [Fri, 29 Aug 2008 02:49:01 +0000 (22:49 -0400)]
PR6731: improve listing mode to list variables

15 years agoPR5686: correct regression in semok/optimize.stp
Frank Ch. Eigler [Thu, 28 Aug 2008 16:47:49 +0000 (12:47 -0400)]
PR5686: correct regression in semok/optimize.stp

15 years agotrailing whitespace removal, as approved by emacs
Frank Ch. Eigler [Thu, 28 Aug 2008 16:14:49 +0000 (12:14 -0400)]
trailing whitespace removal, as approved by emacs
(add-hook 'before-save-hook 'delete-trailing-whitespace)

15 years agofix global-var array index rendering
Frank Ch. Eigler [Thu, 28 Aug 2008 16:10:21 +0000 (12:10 -0400)]
fix global-var array index rendering
(plus emacs' automagic whitespace fixes)

15 years agofix NEWS to refer to simpler context.stp tapset functions in auto-printing blurb
Frank Ch. Eigler [Thu, 28 Aug 2008 15:59:26 +0000 (11:59 -0400)]
fix NEWS to refer to simpler context.stp tapset functions in auto-printing blurb

15 years agoDocument written but unread global variable automatic display.
Stan Cox [Thu, 28 Aug 2008 15:05:32 +0000 (11:05 -0400)]
Document written but unread global variable automatic display.

15 years ago2nd try
Don Domingo [Thu, 28 Aug 2008 13:34:18 +0000 (23:34 +1000)]
2nd try

15 years agoinitial
Don Domingo [Thu, 28 Aug 2008 13:23:58 +0000 (23:23 +1000)]
initial

15 years agoMake _get_sock_addr return correct address in kernel before 2.6.16.
Zhaolei [Thu, 28 Aug 2008 08:49:08 +0000 (16:49 +0800)]
Make _get_sock_addr return correct address in kernel before 2.6.16.

15 years agoAutomatically print written but unread globals
Stan Cox [Wed, 27 Aug 2008 21:56:28 +0000 (17:56 -0400)]
Automatically print written but unread globals

15 years agoMake nodwf test passed when CONFIG_QUOTACTL unset
Wenji Huang [Wed, 27 Aug 2008 05:07:26 +0000 (01:07 -0400)]
Make nodwf test passed when CONFIG_QUOTACTL unset

15 years agoUses STAPCONF_DPATH_PATH instead of a kernel version check.
David Smith [Tue, 26 Aug 2008 17:48:40 +0000 (12:48 -0500)]
Uses STAPCONF_DPATH_PATH instead of a kernel version check.
2008-08-26  David Smith  <dsmith@redhat.com>

* buildrun.cxx (compile_pass): Added autoconf-dpath-path.c.

2008-08-26  David Smith  <dsmith@redhat.com>

* autoconf-d_path-path.c: New file.

* task_finder.c (__stp_get_mm_path): Uses STAPCONF_DPATH_PATH
instead of a kernel version check to determine how to call
d_path().
(__stp_utrace_task_finder_target_quiesce): Ditto.
(__stp_target_call_vm_callback): Ditto.

15 years agoSimplified "rpm" target a bit.
David Smith [Tue, 26 Aug 2008 15:40:47 +0000 (10:40 -0500)]
Simplified "rpm" target a bit.
2008-08-26  David Smith  <dsmith@redhat.com>

* Makefile.am: Simplified "rpm" target a bit.
* Makefile.in: Regenerated.

15 years agoMoved tar archive creation step from "rpm" target to "dist-gzip" target.
David Smith [Tue, 26 Aug 2008 14:49:58 +0000 (09:49 -0500)]
Moved tar archive creation step from "rpm" target to "dist-gzip" target.
2008-08-26  David Smith  <dsmith@redhat.com>

* Makefile.am: Moved tar archive creation step from "rpm" target
into "dist-gzip" target.
* Makefile.in: Regenerated.

15 years agoremove support for "make dist" since git-archive does as well;
Frank Ch. Eigler [Tue, 26 Aug 2008 02:48:44 +0000 (22:48 -0400)]
remove support for "make dist" since git-archive does as well;
"make rpm" remains for private testing

15 years agoExamples html files moved into subdir.
Mark Wielaard [Mon, 25 Aug 2008 20:41:07 +0000 (22:41 +0200)]
Examples html files moved into subdir.

15 years ago2008-08-25 David Smith <dsmith@redhat.com>
David Smith [Mon, 25 Aug 2008 19:13:38 +0000 (14:13 -0500)]
2008-08-25  David Smith  <dsmith@redhat.com>

* tapsets.cxx (utrace_derived_probe_group::emit_module_init): Make
sure we count the number of utrace probes correctly.
(utrace_derived_probe_group::emit_module_exit): Ditto.

15 years agoChangeLog Entries
Dave Brolley [Mon, 25 Aug 2008 17:55:01 +0000 (13:55 -0400)]
ChangeLog Entries

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Dave Brolley [Mon, 25 Aug 2008 15:24:19 +0000 (11:24 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agoRobustness improvements for the stap client/server
Dave Brolley [Mon, 25 Aug 2008 15:23:41 +0000 (11:23 -0400)]
Robustness improvements for the stap client/server

15 years agocorrect probe point reverse-engineering of probes for which we have no source file...
Frank Ch. Eigler [Sun, 24 Aug 2008 11:57:16 +0000 (07:57 -0400)]
correct probe point reverse-engineering of probes for which we have no source file / line number

15 years agosource whitespace cleanup
Frank Ch. Eigler [Sun, 24 Aug 2008 11:52:08 +0000 (07:52 -0400)]
source whitespace cleanup

15 years agoFixed failure of buildok/process-all-probes.stp
Wenji Huang [Fri, 22 Aug 2008 05:02:42 +0000 (01:02 -0400)]
Fixed failure of buildok/process-all-probes.stp

15 years agoclarify README instructions to spell out that running the testsuite is optional
Frank Ch. Eigler [Thu, 21 Aug 2008 17:47:13 +0000 (13:47 -0400)]
clarify README instructions to spell out that running the testsuite is optional

15 years agoAdded task finder target parameter to vm_callback functions.
David Smith [Thu, 21 Aug 2008 17:22:35 +0000 (12:22 -0500)]
Added task finder target parameter to vm_callback functions.
2008-08-21  David Smith  <dsmith@redhat.com>

* tapsets.cxx (itrace_derived_probe_group::emit_module_decls):
Updated task finder callback function signature.
(utrace_derived_probe_group::emit_module_decls): Ditto.

2008-08-21  David Smith  <dsmith@redhat.com>

* task_finder.c (__stp_tf_vm_cb): Added task finder target
parameter.
(__stp_utrace_attach_match_filename): Updated task finder callback
call.
(__stp_utrace_task_finder_target_death): Ditto.
(__stp_utrace_task_finder_target_quiesce): Ditto.
(__stp_target_call_vm_callback): Ditto.
(__stp_utrace_task_finder_target_syscall_exit): Ditto.
(stap_start_task_finder): Ditto.

16 years agoSupports original and new utrace interfaces.
David Smith [Wed, 20 Aug 2008 20:05:57 +0000 (15:05 -0500)]
Supports original and new utrace interfaces.
2008-08-20  David Smith  <dsmith@redhat.com>

        * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl):
        Supports original and new utrace interfaces.
        (utrace_derived_probe_group::emit_module_decls): Ditto.

2008-08-20  David Smith  <dsmith@redhat.com>

        * task_finder.c: Supports original and new utrace interfaces.
        * utrace_compatibility.h (utrace_attach_task): Compatibility layer
        for original utrace interface.

16 years agoAdd ChangeLog entries
Dave Brolley [Wed, 20 Aug 2008 18:59:01 +0000 (14:59 -0400)]
Add ChangeLog entries

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Dave Brolley [Wed, 20 Aug 2008 18:41:38 +0000 (14:41 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years agostap client/server now pass 'make installcheck'
Dave Brolley [Wed, 20 Aug 2008 18:40:36 +0000 (14:40 -0400)]
stap client/server now pass 'make installcheck'

16 years agoLooks for both mmap and mmap2.
David Smith [Wed, 20 Aug 2008 17:33:13 +0000 (12:33 -0500)]
Looks for both mmap and mmap2.
2008-08-20  David Smith  <dsmith@redhat.com>

        * task_finder.c (__stp_utrace_task_finder_target_syscall_entry):
        Handles mmap2 (as well as mmap).
        (__stp_utrace_task_finder_target_syscall_exit): Ditto.
        * syscall.h: Added defines for mmap and mmap2.

16 years agoPR 6841 fix.
David Smith [Tue, 19 Aug 2008 17:12:06 +0000 (12:12 -0500)]
PR 6841 fix.
2008-08-19  David Smith  <dsmith@redhat.com>

PR 6841
* tapsets.cxx (utrace_derived_probe_group::emit_probe_decl):
Workaround utrace bug by quiescing threads before attaching a
utrace syscall engine to them.
(utrace_derived_probe_group::emit_module_decls): Emit quiesce
handler.

2008-08-19  David Smith  <dsmith@redhat.com>

PR 6841
* task_finder.c (__stp_utrace_task_finder_target_quiesce):
Quiesces thread before turning on syscall tracing.

16 years agoAdd missing 'process' bindings.
David Smith [Mon, 18 Aug 2008 20:54:39 +0000 (15:54 -0500)]
Add missing 'process' bindings.
2008-08-18  David Smith  <dsmith@redhat.com>

        * tapsets.cxx (register_standard_tapsets): Add missing
        'process.syscall' and 'process.syscall.return' bindings.

16 years agoMention distro specific elfutils development sub-packages needed when not found.
Mark Wielaard [Sat, 16 Aug 2008 19:20:03 +0000 (21:20 +0200)]
Mention distro specific elfutils development sub-packages needed when not found.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap into work
David Smith [Fri, 15 Aug 2008 19:02:51 +0000 (14:02 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into work

16 years agoChange system-wide probes from 'process("*").begin' to 'process.begin'.
David Smith [Fri, 15 Aug 2008 19:02:31 +0000 (14:02 -0500)]
Change system-wide probes from 'process("*").begin' to 'process.begin'.
2008-08-15  David Smith  <dsmith@redhat.com>

* tapsets.cxx (utrace_builder::build): Change system-wide probes
from 'process("*").begin' to 'process.begin'.
(register_standard_tapsets): Add new 'process' binding.
* stapprobes.5.in: Change system-wide probes
from 'process("*").begin' to 'process.begin'.

2008-08-15  David Smith  <dsmith@redhat.com>

* systemtap.base/utrace_p4.exp: Change system-wide probes from
'process("*").begin' to 'process.begin'.

16 years agoPR6836: tweak $$return formatting
Frank Ch. Eigler [Fri, 15 Aug 2008 18:46:27 +0000 (14:46 -0400)]
PR6836: tweak $$return formatting

16 years agoextend callgraph example to use $$parms / $$return
Frank Ch. Eigler [Fri, 15 Aug 2008 18:43:03 +0000 (14:43 -0400)]
extend callgraph example to use $$parms / $$return

16 years agoPR6836: $$vars extensions, $$return
Frank Ch. Eigler [Fri, 15 Aug 2008 16:21:22 +0000 (12:21 -0400)]
PR6836: $$vars extensions, $$return

16 years agosmall patch ...
Michael Meeks [Fri, 15 Aug 2008 10:49:29 +0000 (11:49 +0100)]
small patch ...

Hi guys,

I append a trivial patch for systemtap. I guess the SUSE wiki page also
needs updating to point out that it's broken in 11.0 by default, and
that you require HEAD with Frank's buildrun.cxx fix for the mach-default
include.

My patch will hopefully make similar problems easier to find in future
(for lovers of -v options ;-)

HTH,

Michael.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Dave Brolley [Thu, 14 Aug 2008 16:39:43 +0000 (12:39 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

16 years agoPR 6834
Dave Brolley [Thu, 14 Aug 2008 16:39:19 +0000 (12:39 -0400)]
PR 6834

16 years agoPR6842: work around possibly null task->signal in utrace death callback
Frank Ch. Eigler [Thu, 14 Aug 2008 12:10:48 +0000 (08:10 -0400)]
PR6842: work around possibly null task->signal in utrace death callback

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Dave Brolley [Wed, 13 Aug 2008 15:56:16 +0000 (11:56 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

Conflicts:

ChangeLog
testsuite/ChangeLog

16 years agoMinor bugs in stap-client.
Dave Brolley [Wed, 13 Aug 2008 15:53:36 +0000 (11:53 -0400)]
Minor bugs in stap-client.

16 years agobuild compatibility and speed hack for bundled-elfutils mode
Frank Ch. Eigler [Wed, 13 Aug 2008 13:24:08 +0000 (09:24 -0400)]
build compatibility and speed hack for bundled-elfutils mode

16 years agorevise build instructions; clarifying elfutils bundling and its new hosting site
Frank Ch. Eigler [Wed, 13 Aug 2008 13:08:45 +0000 (09:08 -0400)]
revise build instructions; clarifying elfutils bundling and its new hosting site

16 years agokbuild compatibility hack for separate-objdir O= builds
Frank Ch. Eigler [Tue, 12 Aug 2008 16:57:01 +0000 (12:57 -0400)]
kbuild compatibility hack for separate-objdir O= builds

16 years agoPR 6445 (partial). Implemented system-wide utrace probes.
David Smith [Tue, 12 Aug 2008 15:18:56 +0000 (10:18 -0500)]
PR 6445 (partial).  Implemented system-wide utrace probes.
2008-08-12  David Smith  <dsmith@redhat.com>

PR 6445 (partial)
* tapsets.cxx (utrace_builder::build): Validates pid and allows
probing of "*" to mean all threads.
* stapprobes.5.in: Added note about a process path of "*" means to
probe all threads.

2008-08-12  David Smith  <dsmith@redhat.com>

PR 6445 (partial)
* task_finder.c (stap_register_task_finder_target): Handles
probing all threads.
(__stp_utrace_attach_match_filename): Ditto.
(stap_start_task_finder): Ditto.

2008-08-12  David Smith  <dsmith@redhat.com>

PR 6445 (partial)
* systemtap.base/utrace_p4.exp: Added test that probes all threads.
* semko/utrace14.stp: New test.

16 years agoFixed compilation warning on gcc 3.x
Wenji Huang [Tue, 12 Aug 2008 00:25:51 +0000 (20:25 -0400)]
Fixed compilation warning on gcc 3.x

16 years agolet $$vars work even with unsupported c types (e.g., funkytown floats)
Frank Ch. Eigler [Mon, 11 Aug 2008 23:52:00 +0000 (19:52 -0400)]
let $$vars work even with unsupported c types (e.g., funkytown floats)

16 years agoremove \n from end of $$vars/etc. convenience variables
Frank Ch. Eigler [Mon, 11 Aug 2008 21:32:48 +0000 (17:32 -0400)]
remove \n from end of $$vars/etc. convenience variables

16 years agoPR5049: fix overbroad effects of naive "*" prefixing; instead use optional "*/" only.
Frank Ch. Eigler [Mon, 11 Aug 2008 20:18:19 +0000 (16:18 -0400)]
PR5049: fix overbroad effects of naive "*" prefixing; instead use optional "*/" only.

16 years agostap-serverd was incorectly determining that the server could
Dave Brolley [Mon, 11 Aug 2008 19:54:45 +0000 (15:54 -0400)]
stap-serverd was incorectly determining that the server could
not be started.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Mon, 11 Aug 2008 18:45:58 +0000 (14:45 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  PR5049: prefix with "*" any filenames given in "fn@filename:line" probes

16 years agostapprobes man page: clarify statement(NUM).absolute and process("path") searching
Frank Ch. Eigler [Mon, 11 Aug 2008 18:45:41 +0000 (14:45 -0400)]
stapprobes man page: clarify statement(NUM).absolute and process("path") searching

16 years agoPR5049: prefix with "*" any filenames given in "fn@filename:line" probes
Frank Ch. Eigler [Mon, 11 Aug 2008 17:18:12 +0000 (13:18 -0400)]
PR5049: prefix with "*" any filenames given in "fn@filename:line" probes

16 years agoIndentation fix.
David Smith [Mon, 11 Aug 2008 16:05:53 +0000 (11:05 -0500)]
Indentation fix.
2008-08-11  David Smith  <dsmith@redhat.com>

* tapsets.cxx (utrace_builder::build): Fixed indentation.

16 years agoRedirect stderr gets redircted so warnings don't let example script run fail.
Mark Wielaard [Mon, 11 Aug 2008 15:18:32 +0000 (17:18 +0200)]
Redirect stderr gets redircted so warnings don't let example script run fail.

16 years agoPR6835. io/io_submit.stp: Fix #! start. Convert to normal line-ending.
Mark Wielaard [Mon, 11 Aug 2008 15:04:36 +0000 (17:04 +0200)]
PR6835. io/io_submit.stp: Fix #! start. Convert to normal line-ending.

16 years agoPR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable.
Mark Wielaard [Mon, 11 Aug 2008 10:24:47 +0000 (12:24 +0200)]
PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable.

16 years agoUse INSTALL_PROGRAM, not INSTALL_DATA for executable .stp scripts.
Mark Wielaard [Mon, 11 Aug 2008 10:11:26 +0000 (12:11 +0200)]
Use INSTALL_PROGRAM, not INSTALL_DATA for executable .stp scripts.

16 years agoexample index: only warn if old, do not regenerate
Frank Ch. Eigler [Sat, 9 Aug 2008 14:44:48 +0000 (10:44 -0400)]
example index: only warn if old, do not regenerate

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Dave Brolley [Fri, 8 Aug 2008 19:15:19 +0000 (15:15 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

Conflicts:

ChangeLog
testsuite/ChangeLog

16 years agoStart/stop the systemtap server from systemtap.exp and not in the top level Makefile.
Dave Brolley [Fri, 8 Aug 2008 19:11:36 +0000 (15:11 -0400)]
Start/stop the systemtap server from systemtap.exp and not in the top level Makefile.

16 years agoLower statement wildcard test matching threshold.
Stan Cox [Fri, 8 Aug 2008 19:05:18 +0000 (15:05 -0400)]
Lower statement wildcard test matching threshold.

16 years agoMoved details of utrace detach to stap_utrace_detach().
David Smith [Fri, 8 Aug 2008 18:47:27 +0000 (13:47 -0500)]
Moved details of utrace detach to stap_utrace_detach().
2008-08-08  David Smith  <dsmith@redhat.com>

* tapsets.cxx (utrace_derived_probe_group::emit_module_decls):
Calls stap_utrace_detach() to perform detach.
2008-08-08  David Smith  <dsmith@redhat.com>

* task_finder.c (stap_utrace_detach): New function.
(stap_utrace_detach_ops): Calls stap_utrace_detach().
(__stp_utrace_attach_match_filename): Ditto.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap into work
David Smith [Fri, 8 Aug 2008 17:26:02 +0000 (12:26 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into work

16 years agoSaves thread vma information.
David Smith [Fri, 8 Aug 2008 17:25:36 +0000 (12:25 -0500)]
Saves thread vma information.
2008-08-08  David Smith  <dsmith@redhat.com>

* task_finder.c (__stp_tf_vm_cb): Added calls to save/delete vma
information.
* task_finder_vma.c (__stp_tf_vma_map_hash): New function.
(__stp_tf_get_vma_map_entry_internal): Ditto.
(stap_add_vma_map_info): Ditto.
(stap_remove_vma_map_info): Ditto.
(stap_find_vma_map_info): Ditto.

16 years agoAlways generate examples indexes and install examples from srcdir.
Mark Wielaard [Fri, 8 Aug 2008 15:11:53 +0000 (17:11 +0200)]
Always generate examples indexes and install examples from srcdir.

16 years agoRefer to srcdir spec file Makefile so make rpm works when builddir != srcdir.
Mark Wielaard [Fri, 8 Aug 2008 14:20:05 +0000 (16:20 +0200)]
Refer to srcdir spec file Makefile so make rpm works when builddir != srcdir.

16 years agoAdd index of subsystem and keywords at top of HTML indexes.
Mark Wielaard [Fri, 8 Aug 2008 13:59:54 +0000 (15:59 +0200)]
Add index of subsystem and keywords at top of HTML indexes.

16 years agoDon't output output, exits, status line in indexes (mentioned in descriptions).
Mark Wielaard [Fri, 8 Aug 2008 13:30:08 +0000 (15:30 +0200)]
Don't output output, exits, status line in indexes (mentioned in descriptions).

16 years agoDisable chmodding of samples/kmalloc-top in spec file since it isn't installed.
Mark Wielaard [Fri, 8 Aug 2008 13:25:33 +0000 (15:25 +0200)]
Disable chmodding of samples/kmalloc-top in spec file since it isn't installed.

16 years agoMake sure examples indexes are always generated in builddir.
Mark Wielaard [Fri, 8 Aug 2008 11:29:55 +0000 (13:29 +0200)]
Make sure examples indexes are always generated in builddir.

16 years agoremove chmod +x from perl script to avoid spurious build-time rpm-found prereq
Frank Ch. Eigler [Thu, 7 Aug 2008 21:04:16 +0000 (17:04 -0400)]
remove chmod +x from perl script to avoid spurious build-time rpm-found prereq

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Thu, 7 Aug 2008 21:00:07 +0000 (17:00 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  Added testsuite/systemtap.examples/.gitignore file.

16 years agoPR6823: store generated sample index files
Frank Ch. Eigler [Thu, 7 Aug 2008 20:58:42 +0000 (16:58 -0400)]
PR6823: store generated sample index files

16 years agoAdded testsuite/systemtap.examples/.gitignore file.
David Smith [Thu, 7 Aug 2008 20:49:34 +0000 (15:49 -0500)]
Added testsuite/systemtap.examples/.gitignore file.
2008-08-07  David Smith  <dsmith@redhat.com>

* .gitignore: New file.

16 years agosamples: separate into subdirectories by subsystem
Frank Ch. Eigler [Thu, 7 Aug 2008 20:47:18 +0000 (16:47 -0400)]
samples: separate into subdirectories by subsystem

16 years agosimplify sample script installation logic
Frank Ch. Eigler [Thu, 7 Aug 2008 20:30:20 +0000 (16:30 -0400)]
simplify sample script installation logic

16 years ago'stap_compile' test procedure now ignores warnings
David Smith [Thu, 7 Aug 2008 15:20:13 +0000 (10:20 -0500)]
'stap_compile' test procedure now ignores warnings
2008-08-07  David Smith  <dsmith@redhat.com>

* systemtap.base/utrace_p4.exp: Uses lib/stap_compile.exp instead
of its own stap_compile procedure.
* systemtap.base/cache.exp (stap_compile): Ignores warnings.
* lib/stap_compile.exp: Ignores warnings.

16 years agoAdd example indexes generation build machinery.
Mark Wielaard [Thu, 7 Aug 2008 14:50:21 +0000 (16:50 +0200)]
Add example indexes generation build machinery.

16 years agoAdd comment about versioned vs unversioned docs to systemtap.spec.
Mark Wielaard [Thu, 7 Aug 2008 14:42:16 +0000 (16:42 +0200)]
Add comment about versioned vs unversioned docs to systemtap.spec.

16 years agoAdd new examples-index-gen.pl script and support files.
Mark Wielaard [Thu, 7 Aug 2008 13:18:14 +0000 (15:18 +0200)]
Add new examples-index-gen.pl script and support files.

16 years agoCorrect futexes.meta name: entry.
Mark Wielaard [Thu, 7 Aug 2008 12:24:51 +0000 (14:24 +0200)]
Correct futexes.meta name: entry.

16 years agoAdd meta file tag descriptions to systemtap.examples/README.
Mark Wielaard [Thu, 7 Aug 2008 10:43:39 +0000 (12:43 +0200)]
Add meta file tag descriptions to systemtap.examples/README.

16 years agoclient-server: improve random port selection and mdns txt use
Frank Ch. Eigler [Thu, 7 Aug 2008 01:02:20 +0000 (21:02 -0400)]
client-server: improve random port selection and mdns txt use

16 years agoFix minor problems in staprun(8)
Eugeniy Meshcheryakov [Wed, 6 Aug 2008 20:46:53 +0000 (13:46 -0700)]
Fix minor problems in staprun(8)

16 years agoitrace: move test suite item to appropriate location
Frank Ch. Eigler [Wed, 6 Aug 2008 19:25:48 +0000 (15:25 -0400)]
itrace: move test suite item to appropriate location

16 years agoUse relative instead of absolute line. (bug 6611)
Stan Cox [Tue, 5 Aug 2008 18:37:03 +0000 (14:37 -0400)]
Use relative instead of absolute line. (bug 6611)

16 years agomove post-0.7 news tidbit to the top
Frank Ch. Eigler [Tue, 5 Aug 2008 17:47:58 +0000 (13:47 -0400)]
move post-0.7 news tidbit to the top

16 years agoAdd test for $$vars, $$params, $$locals.
Stan Cox [Tue, 5 Aug 2008 16:31:21 +0000 (12:31 -0400)]
Add test for $$vars, $$params, $$locals.

16 years agotypographical tweaks for embedded script code
Frank Ch. Eigler [Tue, 5 Aug 2008 15:24:27 +0000 (11:24 -0400)]
typographical tweaks for embedded script code

16 years agoAdd $$vars, $$parms, $$locals
Stan Cox [Mon, 4 Aug 2008 20:24:12 +0000 (16:24 -0400)]
Add $$vars, $$parms, $$locals

16 years agoRename $path to $pathname of syscall tapset for 2.6.27
Wenji Huang [Mon, 4 Aug 2008 04:22:59 +0000 (00:22 -0400)]
Rename $path to $pathname of syscall tapset for 2.6.27

16 years agoCorrect several tests for 2.6.27
Wenji Huang [Mon, 4 Aug 2008 01:07:10 +0000 (21:07 -0400)]
Correct several tests for 2.6.27

16 years agoc code generation: assert C indentation/nesting cancels out at appropriate points
Frank Ch. Eigler [Sat, 2 Aug 2008 17:50:28 +0000 (13:50 -0400)]
c code generation: assert C indentation/nesting cancels out at appropriate points

16 years agoTweak test_installcheck for helloworld.meta and traceio2.meta.
William Cohen [Fri, 1 Aug 2008 19:58:09 +0000 (15:58 -0400)]
Tweak test_installcheck for helloworld.meta and traceio2.meta.

16 years agoRun both tests for installcheck tests.
William Cohen [Fri, 1 Aug 2008 19:52:44 +0000 (15:52 -0400)]
Run both tests for installcheck tests.

This page took 0.056438 seconds and 5 git commands to generate.