]> sourceware.org Git - systemtap.git/log
systemtap.git
15 years agoauthor name tweak
Frank Ch. Eigler [Tue, 17 Feb 2009 23:13:44 +0000 (18:13 -0500)]
author name tweak

15 years agoversion bump to 0.9 throughout
Frank Ch. Eigler [Tue, 17 Feb 2009 21:41:48 +0000 (16:41 -0500)]
version bump to 0.9 throughout

15 years agoautogenerate AUTHORS
Frank Ch. Eigler [Tue, 17 Feb 2009 21:19:45 +0000 (16:19 -0500)]
autogenerate AUTHORS

15 years agofixing configury version drift
Frank Ch. Eigler [Tue, 17 Feb 2009 19:20:35 +0000 (14:20 -0500)]
fixing configury version drift

15 years agofix sdt.h test case for $srcdir != $builddir
Frank Ch. Eigler [Tue, 17 Feb 2009 19:19:53 +0000 (14:19 -0500)]
fix sdt.h test case for $srcdir != $builddir

15 years agouse "X" asm constraint for user-space marker parms
Frank Ch. Eigler [Tue, 17 Feb 2009 19:13:16 +0000 (14:13 -0500)]
use "X" asm constraint for user-space marker parms

15 years agoMove sdt.h to includes/sys and use in tests.
Mark Wielaard [Tue, 17 Feb 2009 15:49:12 +0000 (16:49 +0100)]
Move sdt.h to includes/sys and use in tests.

15 years agoPR 9716, replaced pkgconfig checks with AC macros in configure.ac for server deps.
Elliott Baron [Tue, 17 Feb 2009 15:04:15 +0000 (10:04 -0500)]
PR 9716, replaced pkgconfig checks with AC macros in configure.ac for server deps.

15 years agoReduced control channel code duplication.
David Smith [Tue, 17 Feb 2009 14:32:43 +0000 (08:32 -0600)]
Reduced control channel code duplication.
2009-02-17  David Smith  <dsmith@redhat.com>

* control.c: Contains generic control channel functions.
* procfs.c: Specific procfs control channel functions.  All generic
control channel functions moved to control.c.
* debugfs.c: New file containing debugfs specific control channel
functions.
* control.h: New file.
* transport.c: Updated file inclusion.

15 years agoImproved cleanup in tests.
David Smith [Mon, 16 Feb 2009 20:58:40 +0000 (14:58 -0600)]
Improved cleanup in tests.

15 years agosdt.h (STAP_PROBE): Take provider and probe as arguments.
Mark Wielaard [Mon, 16 Feb 2009 14:10:50 +0000 (15:10 +0100)]
sdt.h (STAP_PROBE): Take provider and probe as arguments.

15 years agoPR 9850, use a list of arguments for call.
Mark Wielaard [Mon, 16 Feb 2009 13:50:02 +0000 (14:50 +0100)]
PR 9850, use a list of arguments for call.

15 years agoPR 9851, use os.path.splitext instead of string.replace.
Mark Wielaard [Mon, 16 Feb 2009 12:30:18 +0000 (13:30 +0100)]
PR 9851, use os.path.splitext instead of string.replace.

15 years agoPR 9849, use mkstemp.
Mark Wielaard [Mon, 16 Feb 2009 12:14:47 +0000 (13:14 +0100)]
PR 9849, use mkstemp.

15 years agoFix )( typo in sdt.h STAP_PROBE9 parm9.
Mark Wielaard [Mon, 16 Feb 2009 10:55:02 +0000 (11:55 +0100)]
Fix )( typo in sdt.h STAP_PROBE9 parm9.

15 years agoHandle c++ static user probes via .probe, c via .label.
Stan Cox [Mon, 16 Feb 2009 03:23:54 +0000 (22:23 -0500)]
Handle c++ static user probes via .probe, c via .label.

15 years agoconvert remaining translator-output code from <<endl to \n
Frank Ch. Eigler [Fri, 13 Feb 2009 20:33:47 +0000 (15:33 -0500)]
convert remaining translator-output code from <<endl to \n

15 years agoUpdate Documentation section and include URLs.
William Cohen [Fri, 13 Feb 2009 20:01:41 +0000 (15:01 -0500)]
Update Documentation section and include URLs.

15 years agoFixed stack.c compile problems on systems with older kernels (like RHEL4).
David Smith [Fri, 13 Feb 2009 18:51:05 +0000 (12:51 -0600)]
Fixed stack.c compile problems on systems with older kernels (like RHEL4).
2009-02-13  David Smith  <dsmith@redhat.com>

        * stack.c: Fixed compile problems on systems with older kernels
        (like RHEL4).

15 years agoFixed transport/procfs.c for systems that use the old transport (RHEL4).
David Smith [Fri, 13 Feb 2009 18:08:56 +0000 (12:08 -0600)]
Fixed transport/procfs.c for systems that use the old transport (RHEL4).
2009-02-13  David Smith  <dsmith@redhat.com>

        * procfs.c: Added macros to guard against multiple inclusion.

2009-02-13  David Smith  <dsmith@redhat.com>

        * procfs.c: Added inclusion of ../procfs.c for
        _stp_mkdir_proc_module().

15 years agoCorrect entries for test_check and test_installcheck.
William Cohen [Fri, 13 Feb 2009 04:08:21 +0000 (23:08 -0500)]
Correct entries for test_check and test_installcheck.

15 years agoMoved inclusion of runtime/procfs.c to a better place.
David Smith [Thu, 12 Feb 2009 22:32:41 +0000 (16:32 -0600)]
Moved inclusion of runtime/procfs.c to a better place.
2009-02-12  David Smith  <dsmith@redhat.com>

* tapsets.cxx (procfs_derived_probe_group::emit_module_decls):
Moved inclusion of procfs.c here from runtime/transport.c

2009-02-12  David Smith  <dsmith@redhat.com>

* transport.c: Moved inclusion of procfs.c to
procfs_derived_probe_group::emit_module_decls() in tapsets.cxx.

15 years agoFunction to determine page fault type and have pfaults.stp exercise it.
William Cohen [Thu, 12 Feb 2009 20:58:24 +0000 (15:58 -0500)]
Function to determine page fault type and have pfaults.stp exercise it.

15 years agoCleanup. Renamed _stp_{un}lock_debugfs() to _stp_{un}lock_transport_dir().
David Smith [Thu, 12 Feb 2009 20:52:40 +0000 (14:52 -0600)]
Cleanup.  Renamed _stp_{un}lock_debugfs() to _stp_{un}lock_transport_dir().
2009-02-12  David Smith  <dsmith@redhat.com>

* transport.c (_stp_lock_transport_dir): Renamed from
_stp_lock_debugfs(), since on older kernels this actually uses
procfs.
(_stp_unlock_transport_dir): Renamed from _stp_unlock_debugfs(),
since on older kernels this actually uses procfs.
(_stp_lock_transport_dir): Changed
_stp_lock_debugfs()/_stp_unlock_debugfs() to
_stp_lock_transport_dir()/_stp_unlock_transport_dir().
* transport.h: Ditto.  Also added _stp_transport_init()
prototype.
* utt.c (utt_remove_root): Changed
_stp_lock_debugfs()/_stp_unlock_debugfs() to
_stp_lock_transport_dir()/_stp_unlock_transport_dir().
* relayfs.c (_stp_remove_relay_root): Ditto.

2009-02-12  David Smith  <dsmith@redhat.com>

* procfs.c (_stp_rmdir_proc_module):  Changed
_stp_lock_debugfs()/_stp_unlock_debugfs() to
_stp_lock_transport_dir()/_stp_unlock_transport_dir().
(_stp_mkdir_proc_module): Ditto.

15 years agoUse "\n" instead of endl in inner loops.
Mark Wielaard [Thu, 12 Feb 2009 14:51:35 +0000 (15:51 +0100)]
Use "\n" instead of endl in inner loops.

15 years agoExtend blacklist to cover bitops.h. While there, fixup paths for existing blacklisted...
Ananth N Mavinakayanahalli [Thu, 12 Feb 2009 14:30:27 +0000 (20:00 +0530)]
Extend blacklist to cover bitops.h. While there, fixup paths for existing blacklisted files

15 years agoadded topsys.stp to examples (profiling)
ddomingo [Thu, 12 Feb 2009 01:36:55 +0000 (11:36 +1000)]
added topsys.stp to examples (profiling)

15 years agoUse kernel stack backtrace support when available
Tim Moore [Mon, 2 Feb 2009 14:58:53 +0000 (15:58 +0100)]
Use kernel stack backtrace support when available

Define new functions that use the kernel support to do a backtrace of other
tasks than current.

15 years agoServer response is no longer signed. Passed as a zip archive instead.
Dave Brolley [Wed, 11 Feb 2009 17:00:13 +0000 (12:00 -0500)]
Server response is no longer signed. Passed as a zip archive instead.

15 years agoFixed __stp_utrace_attach by always checking for mm.
David Smith [Wed, 11 Feb 2009 15:29:22 +0000 (09:29 -0600)]
Fixed __stp_utrace_attach by always checking for mm.
2009-02-11  David Smith  <dsmith@redhat.com>

        * task_finder.c (__stp_utrace_attach): Still checks for mm after
        checking task's flags for PF_KTHREAD.

15 years agoProbe only calls and not inlines in functioncallcount.stp
Ananth N Mavinakayanahalli [Wed, 11 Feb 2009 05:51:46 +0000 (11:21 +0530)]
Probe only calls and not inlines in functioncallcount.stp

15 years agoMerge branch 'update_visitor'
Josh Stone [Wed, 11 Feb 2009 04:10:33 +0000 (20:10 -0800)]
Merge branch 'update_visitor'

This brings a new update_visitor that makes it easier to traverse the
parse tree and modify parts of it as necessary.  I wrote this as part of
my in-progress work to allow @cast() expansion, but I was able to apply
it to the dwarf/etc. target variable expanders and to the optimization
stages.  I think the resulting code is more predictable and easier to
follow...

Conflicts:
ChangeLog (bumped my commit dates to push dates...)

15 years agoSimplify void_statement_reducer
Josh Stone [Wed, 11 Feb 2009 03:51:12 +0000 (19:51 -0800)]
Simplify void_statement_reducer

* elaborate.cxx (void_statement_reducer): Convert to an update_visitor.

15 years agoSimplify dead_stmtexpr_remover
Josh Stone [Wed, 11 Feb 2009 02:29:55 +0000 (18:29 -0800)]
Simplify dead_stmtexpr_remover

* staptree.h (update_visitor::require): Add a clearok parameter for
optimizing traversers to signal that they're ready for NULL back.
* elaborate.cxx (dead_stmtexpr_remover): Convert to an update_visitor.

15 years agoSimplify dead_assignment_remover
Josh Stone [Tue, 10 Feb 2009 23:31:50 +0000 (15:31 -0800)]
Simplify dead_assignment_remover

By converting to an update_visitor, we now get full statement coverage
in this optimizer for free.

* elaborate.cxx (dead_assignment_remover): Convert into an
update_visitor and remove its now-redundant traversal methods.

15 years agoadded section on how to monitor polling (testsuite/profiling/timeout.stp)
ddomingo [Wed, 11 Feb 2009 00:52:28 +0000 (10:52 +1000)]
added section on how to monitor polling (testsuite/profiling/timeout.stp)

15 years agocorrected author name
ddomingo [Wed, 11 Feb 2009 00:51:13 +0000 (10:51 +1000)]
corrected author name

15 years agocorrected author name
ddomingo [Wed, 11 Feb 2009 00:51:07 +0000 (10:51 +1000)]
corrected author name

15 years agoExpand probe variables without a deep copy
Josh Stone [Fri, 6 Feb 2009 04:04:56 +0000 (20:04 -0800)]
Expand probe variables without a deep copy

* tapsets.cxx (var_expanding_copy_visitor): This struct becomes
var_expanding_visitor and inherits from update_visitor instead of
deep_copy_visitor.  Each of the probe-type variants of this are also no
longer copiers.

15 years agoCreate update_visitor for modifying trees
Josh Stone [Fri, 6 Feb 2009 04:02:35 +0000 (20:02 -0800)]
Create update_visitor for modifying trees

* staptree.h (update_visitor): A new visitor to make it easier to
rewrite parts of a probe or function without making a full copy.
* staptree.cxx (update_visitor::*): Each child is recursed with a
require() call, and then the parent returns itself with provide().
* staptree.h (deep_copy_visitor): Inherit from update_visitor to get
the recursive descent while updating nodes.
* staptree.cxx (deep_copy_visitor::*): Use the implicit copy
constructors to copy all fields, then defer to update_visitor for the
recursion.  Referents are still cleared from the copies of symbols and
function calls.

15 years agoSimplify require() and provide()
Josh Stone [Thu, 5 Feb 2009 21:08:44 +0000 (13:08 -0800)]
Simplify require() and provide()

* staptree.h (require, provide): Simplify stack operations with less
pointer magic, and move to be deep_copy_visitor members.
* staptree.h (deep_copy_visitor::deep_copy): Templatize
* staptree.cxx, tapsets.cxx: Refactor require/provide callers

15 years agoRemove profile.exp and profile.stp.
William Cohen [Tue, 10 Feb 2009 21:42:15 +0000 (16:42 -0500)]
Remove profile.exp and profile.stp.

15 years agoMove crash.exp and crash.sh to systemtap.base directory.
William Cohen [Tue, 10 Feb 2009 21:18:29 +0000 (16:18 -0500)]
Move crash.exp and crash.sh to systemtap.base directory.

15 years agofix segv that sometimes occurs on buildok/nfs-all-probes.stp on 2.6.29ish kernels
Frank Ch. Eigler [Tue, 10 Feb 2009 20:05:22 +0000 (15:05 -0500)]
fix segv that sometimes occurs on buildok/nfs-all-probes.stp on 2.6.29ish kernels

15 years agoFixed typo in last change.
David Smith [Tue, 10 Feb 2009 15:11:50 +0000 (09:11 -0600)]
Fixed typo in last change.
2009-02-10  David Smith  <dsmith@redhat.com>

* task_finder.c (stap_utrace_detach_ops): Fixed typo.
(__stp_utrace_attach): Ditto.

15 years agoIgnores kernel threads (by checking for PF_KTHREAD).
David Smith [Tue, 10 Feb 2009 12:54:12 +0000 (06:54 -0600)]
Ignores kernel threads (by checking for PF_KTHREAD).
2009-02-10  David Smith  <dsmith@redhat.com>

* task_finder.c (stap_utrace_detach): Ignores kernel threads by
checking task's flags for PF_KTHREAD.
(stap_utrace_detach_ops): Ditto.
(__stp_utrace_attach): Ditto.

15 years agoBZ484506, added yum setup instructions for RHEL
ddomingo [Tue, 10 Feb 2009 03:58:17 +0000 (13:58 +1000)]
BZ484506, added yum setup instructions for RHEL

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Tue, 10 Feb 2009 02:46:12 +0000 (12:46 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agoMove poll_map.exp and poll_map.stp to systemtap.base directory.
William Cohen [Mon, 9 Feb 2009 15:38:10 +0000 (10:38 -0500)]
Move poll_map.exp and poll_map.stp to systemtap.base directory.

15 years agoprocess.create: fix the new_pid read order
Josh Stone [Mon, 9 Feb 2009 17:28:36 +0000 (09:28 -0800)]
process.create: fix the new_pid read order

* process.stp (process.create): Read the task pid *after*
the task pointer is checked for errors.

This is to fix a problem reported on the mailing list:
http://sources.redhat.com/ml/systemtap/2009-q1/msg00403.html

CC: Luis Fernando Muñoz Mejías <Luis.Fernando.Munoz.Mejias@cern.ch>
15 years agoRevised version of kmalloc-top in systemtap.examples.
William Cohen [Mon, 9 Feb 2009 15:12:00 +0000 (10:12 -0500)]
Revised version of kmalloc-top in systemtap.examples.

15 years agominor revisions
ddomingo [Mon, 9 Feb 2009 01:09:06 +0000 (11:09 +1000)]
minor revisions

15 years agoClean up the autoconf caching
Josh Stone [Sat, 7 Feb 2009 23:42:56 +0000 (15:42 -0800)]
Clean up the autoconf caching

This makes the stapconf caching process quite a bit more transparent.
The options are now cached in a header file as #defines, and this header
file is a normal build dependency instead of calling so many make
$(shell ...) commands.

  * buildrun.cxx (compile_pass): Pull in autoconf options in a header
  of #defines rather than -DXXX, and make that header a build dependency.
  * buildrun.cxx (output_autoconf): New function to consolidate the
  computation of each autoconf test.
  * cache.cxx (add_to_cache, get_from_cache, clean_cache): Start treating
  the stapconf header as a first-class cached item.
  * cache.h: Move definitions of things only needed in cache.cxx
  * hash.cxx (find_stapconf_hash): Generate stapconf_name as a .h now.
  * main.cxx (main): Default the stapconf_name based on getpid().

15 years agoFold the systemtap.samples/iotask*.stp into systemtap.examples/io/iostats.stp.
William Cohen [Fri, 6 Feb 2009 22:44:23 +0000 (17:44 -0500)]
Fold the systemtap.samples/iotask*.stp into systemtap.examples/io/iostats.stp.
Regenerate the catalog information.

15 years agoSave kernel autoconf options in a cache file
Josh Stone [Fri, 6 Feb 2009 22:13:51 +0000 (14:13 -0800)]
Save kernel autoconf options in a cache file

We're getting enough autoconf tests now that it's a significant chunk of
the build time.  Adding this cache shaves several seconds off for me.

* hash.cxx (find_hash): Compute a separate script-independent hash
for caching autoconf values, saved in session.stapconf_path.
* buildrun.cxx (compile_pass): Tweak the Makefile to read/save
the autoconf values in the cache directory

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
William Cohen [Fri, 6 Feb 2009 17:54:15 +0000 (12:54 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agoRemoved syscalls.stp, syscalls1.exp, and syscalls2.exp.
William Cohen [Fri, 6 Feb 2009 17:53:37 +0000 (12:53 -0500)]
Removed syscalls.stp, syscalls1.exp, and syscalls2.exp.

15 years agoMove symbols.exp and symbols.stp to systemtap.context directory.
William Cohen [Fri, 6 Feb 2009 17:36:52 +0000 (12:36 -0500)]
Move symbols.exp and symbols.stp to systemtap.context directory.

15 years ago2.6.29rc build fix: autoconf for proc_dir_entry->owner going away
Frank Ch. Eigler [Fri, 6 Feb 2009 17:19:22 +0000 (12:19 -0500)]
2.6.29rc build fix: autoconf for proc_dir_entry->owner going away

15 years agoMake publicanize.sh executable.
William Cohen [Fri, 6 Feb 2009 17:02:53 +0000 (12:02 -0500)]
Make publicanize.sh executable.

15 years agoTapset Ref Guide: corrected authorgroup cleanup perl script, added support for forced...
ddomingo [Fri, 6 Feb 2009 04:36:00 +0000 (14:36 +1000)]
Tapset Ref Guide: corrected authorgroup cleanup perl script, added support for forced Synopsis

15 years agoTapset Ref Guide: formatted comments, added other values from man page
ddomingo [Fri, 6 Feb 2009 04:34:50 +0000 (14:34 +1000)]
Tapset Ref Guide: formatted comments, added other values from man page

15 years agoAdd contrib tag to quiet warnings.
William Cohen [Thu, 5 Feb 2009 21:26:45 +0000 (16:26 -0500)]
Add contrib tag to quiet warnings.

15 years agocopyright year bump
Frank Ch. Eigler [Thu, 5 Feb 2009 20:41:47 +0000 (15:41 -0500)]
copyright year bump

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
William Cohen [Thu, 5 Feb 2009 19:22:34 +0000 (14:22 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

Conflicts:
ChangeLog

15 years agoInclude PR9756 in change log.
William Cohen [Thu, 5 Feb 2009 19:21:12 +0000 (14:21 -0500)]
Include PR9756 in change log.

15 years agoCorrect footers for systemtap function and probe man pages.
William Cohen [Thu, 5 Feb 2009 19:19:20 +0000 (14:19 -0500)]
Correct footers for systemtap function and probe man pages.

15 years agoPR9740/9816? - workaround for kernel valloc bug
Frank Ch. Eigler [Thu, 5 Feb 2009 18:45:26 +0000 (13:45 -0500)]
PR9740/9816? - workaround for kernel valloc bug

15 years agoMinor correction for signal.stp chapter.
William Cohen [Thu, 5 Feb 2009 14:26:49 +0000 (09:26 -0500)]
Minor correction for signal.stp chapter.

15 years agostarted fixing signal.stp comments for documentation
ddomingo [Thu, 5 Feb 2009 05:49:46 +0000 (15:49 +1000)]
started fixing signal.stp comments for documentation

15 years agoenter lines to wrap em
ddomingo [Thu, 5 Feb 2009 02:25:56 +0000 (12:25 +1000)]
enter lines to wrap em

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Wed, 4 Feb 2009 23:57:38 +0000 (09:57 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agoAdd NEWS process().mark(), sys/sdt.h and dtrace compatibility script.
Mark Wielaard [Wed, 4 Feb 2009 14:34:58 +0000 (15:34 +0100)]
Add NEWS process().mark(), sys/sdt.h and dtrace compatibility script.

15 years agoMention run-stap in NEWS.
Mark Wielaard [Wed, 4 Feb 2009 14:17:09 +0000 (15:17 +0100)]
Mention run-stap in NEWS.

15 years agoAdd beginner guide to NEWS.
Mark Wielaard [Wed, 4 Feb 2009 13:59:03 +0000 (14:59 +0100)]
Add beginner guide to NEWS.

15 years agoMention SystemTap Tapset Reference Manual in NEWS.
Mark Wielaard [Wed, 4 Feb 2009 12:51:04 +0000 (13:51 +0100)]
Mention SystemTap Tapset Reference Manual in NEWS.

15 years agoCorrecting previous commit message and Author
K Prasad [Wed, 4 Feb 2009 09:25:21 +0000 (14:55 +0530)]
Correcting previous commit message and Author
7030: use send_signal instead of generic_send_sig_info and specific_send_sig_info

15 years agoMerge commit '4718b445d13b07448e71582f29ce1b0979b8dc50'
Srikar Dronamraju [Wed, 4 Feb 2009 09:22:07 +0000 (14:52 +0530)]
Merge commit '4718b445d13b07448e71582f29ce1b0979b8dc50'

15 years ago--author
Srikar Dronamraju [Wed, 4 Feb 2009 07:24:03 +0000 (12:54 +0530)]
--author

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
ddomingo [Wed, 4 Feb 2009 03:41:00 +0000 (13:41 +1000)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agocommenting out signals entry for now, testing further
ddomingo [Wed, 4 Feb 2009 03:38:36 +0000 (13:38 +1000)]
commenting out signals entry for now, testing further

15 years agoadded entry for signals.stp, currently testing stuff
ddomingo [Wed, 4 Feb 2009 03:36:32 +0000 (13:36 +1000)]
added entry for signals.stp, currently testing stuff

15 years agoUpdate a few more files with Vim modelines
Josh Stone [Wed, 4 Feb 2009 01:07:53 +0000 (17:07 -0800)]
Update a few more files with Vim modelines

15 years agoPR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for non-trap...
Frank Ch. Eigler [Tue, 3 Feb 2009 20:40:41 +0000 (15:40 -0500)]
PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for non-trap based probes"

15 years agoTouch up warning message from stap-client
Dave Brolley [Tue, 3 Feb 2009 17:34:41 +0000 (12:34 -0500)]
Touch up warning message from stap-client

15 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
Dave Brolley [Tue, 3 Feb 2009 17:29:41 +0000 (12:29 -0500)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

Conflicts:

ChangeLog

15 years agoDocument client/server certificate management and tools.
Dave Brolley [Tue, 3 Feb 2009 17:28:18 +0000 (12:28 -0500)]
Document client/server certificate management and tools.

15 years agomatch_node::find_and_build disambiguate error messages.
Mark Wielaard [Tue, 3 Feb 2009 16:16:27 +0000 (17:16 +0100)]
match_node::find_and_build disambiguate error messages.

15 years agocleanup for documentation
ddomingo [Tue, 3 Feb 2009 06:06:18 +0000 (16:06 +1000)]
cleanup for documentation

15 years agoadded tag conversion for emphasis
ddomingo [Tue, 3 Feb 2009 06:05:16 +0000 (16:05 +1000)]
added tag conversion for emphasis

15 years agoremoves empty <para>s, other minor cleanup items
ddomingo [Tue, 3 Feb 2009 03:33:01 +0000 (13:33 +1000)]
removes empty <para>s, other minor cleanup items

15 years agoUse ps -e to look for stap server processes.
Dave Brolley [Mon, 2 Feb 2009 21:14:03 +0000 (16:14 -0500)]
Use ps -e to look for stap server processes.

15 years agoMerge branch 'master' of git://sources.redhat.com/git/systemtap
Dave Brolley [Mon, 2 Feb 2009 21:00:01 +0000 (16:00 -0500)]
Merge branch 'master' of git://sources.redhat.com/git/systemtap

Conflicts:

ChangeLog
NEWS

15 years agoDocument latest changes.
Dave Brolley [Mon, 2 Feb 2009 20:58:17 +0000 (15:58 -0500)]
Document latest changes.

15 years agoUpdate NEWS and stap-server man page. Don't require client/server
Dave Brolley [Mon, 2 Feb 2009 20:51:50 +0000 (15:51 -0500)]
Update NEWS and stap-server man page. Don't require client/server
platform compatibility for pahes 1-4.

15 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
William Cohen [Mon, 2 Feb 2009 19:22:56 +0000 (14:22 -0500)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

15 years agoRevised topsys.stp and moved to the testsuite/systemtap.examples directory.
William Cohen [Mon, 2 Feb 2009 19:21:25 +0000 (14:21 -0500)]
Revised topsys.stp and moved to the testsuite/systemtap.examples directory.

15 years agoAdd documentation for .label("label")
Stan Cox [Mon, 2 Feb 2009 16:47:31 +0000 (11:47 -0500)]
Add documentation for .label("label")

15 years agoRevise tcp_connections.stp example and place in sysemtap.examples directory.
William Cohen [Mon, 2 Feb 2009 16:18:01 +0000 (11:18 -0500)]
Revise tcp_connections.stp example and place in sysemtap.examples directory.

15 years agoRemove redundant tcp_connections_wa.stp.
William Cohen [Mon, 2 Feb 2009 15:12:58 +0000 (10:12 -0500)]
Remove redundant tcp_connections_wa.stp.

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