]> sourceware.org Git - systemtap.git/log
systemtap.git
16 years agoVery early beginnings of memory map notification support.
David Smith [Tue, 10 Jun 2008 18:12:35 +0000 (13:12 -0500)]
Very early beginnings of memory map notification support.
2008-06-10  David Smith  <dsmith@redhat.com>

* tapsets.cxx (utrace_derived_probe_group::emit_probe_decl):
Initializes .vm_callback.

2008-06-10  David Smith  <dsmith@redhat.com>

* task_finder.c (struct stap_task_finder_target): Added
vm_callback public field.
(stap_register_task_finder_target): Sets up .report_quiesce
handler.
(__stp_utrace_task_finder_target_quiesce): New function.

16 years agosyscalls.stp: Add sys_faccessat.
Zhaolei [Tue, 10 Jun 2008 10:57:15 +0000 (18:57 +0800)]
syscalls.stp: Add sys_faccessat.

16 years agosyscalls.stp(syscall.mkdirat): Use _dfd_str() to add support for AT_FDCWD.
Zhaolei [Tue, 10 Jun 2008 09:55:11 +0000 (17:55 +0800)]
syscalls.stp(syscall.mkdirat): Use _dfd_str() to add support for AT_FDCWD.

16 years agoFixed utrace probe '$syscall' handling.
David Smith [Mon, 9 Jun 2008 19:50:18 +0000 (14:50 -0500)]
Fixed utrace probe '$syscall' handling.
2008-06-09  David Smith  <dsmith@redhat.com>

* tapsets.cxx
(utrace_var_expanding_copy_visitor::visit_target_symbol): Calls
'syscall_nr' to get the value of '$syscall'.

2008-06-09  David Smith  <dsmith@redhat.com>

* x86_64/registers.stp (syscall_nr): Added syscall_nr function.
* i686/registers.stp (syscall_nr): Ditto.

16 years agoFix powerpc PR 6601.
Jim Keniston [Mon, 9 Jun 2008 18:36:50 +0000 (11:36 -0700)]
Fix powerpc PR 6601.

16 years agoAdd test and doc for kernel.statement relative line number.
Stan Cox [Mon, 9 Jun 2008 18:31:02 +0000 (14:31 -0400)]
Add test and doc for kernel.statement relative line number.

16 years agoMade 2.6.25 kernel updates.
David Smith [Mon, 9 Jun 2008 18:10:14 +0000 (13:10 -0500)]
Made 2.6.25 kernel updates.
2008-06-09  David Smith  <dsmith@redhat.com>

* tapsets.cxx (utrace_derived_probe::join_group): Removed
generated inclusion of tracehook.h.
(utrace_var_expanding_copy_visitor::visit_target_symbol): Uses
'_stp_arg(0)' to get value of '$syscall'.

2008-06-09  David Smith  <dsmith@redhat.com>

* task_finder.c (__stp_utrace_task_finder_report_exec): Handles
2.6.25 kernels.

16 years agoAdd .statement("function@file.c+N")
Stan Cox [Fri, 6 Jun 2008 18:35:29 +0000 (14:35 -0400)]
Add .statement("function@file.c+N")

16 years agoUpdated utrace probe descriptions in NEWS and stapprobes.5.in.
David Smith [Fri, 6 Jun 2008 14:55:33 +0000 (09:55 -0500)]
Updated utrace probe descriptions in NEWS and stapprobes.5.in.
2008-06-06  David Smith  <dsmith@redhat.com>

* NEWS: Updated utrace probes descriptions.
* stapprobes.5.in: Ditto.

16 years agoChanged/renamed utrace probes.
David Smith [Fri, 6 Jun 2008 13:43:59 +0000 (08:43 -0500)]
Changed/renamed utrace probes.
2008-06-06  David Smith  <dsmith@redhat.com>

* tapsets.cxx (enum utrace_derived_probe_flags): Redefined in
terms of probe types instead of utrace events.
(utrace_var_expanding_copy_visitor::visit_target_symbol): Uses new
utrace_derived_probes_flags values.
(utrace_builder::build): Handles new probe types and new
utrace_derived_probes_flags values.
(utrace_derived_probe_group::emit_probe_decl): Updated to handle
new utrace_derived_probe_flags values.
(utrace_derived_probe_group::emit_module_decls): Ditto.  Also
correctly handles 'begin' events correctly by installing a quiesce
handler (instead of running the probe directly).
(register_standard_tapsets): Registers updated utrace probe
types.

2008-06-06  David Smith  <dsmith@redhat.com>

* task_finder.c: Added some debug logic.  Use
'-DDEBUG_TASK_FINDER' to enable.
(stap_utrace_attach): Renamed from '__stp_utrace_attach'.
(__stp_utrace_attach_match_filename): Calls callback with
notification that this is a process or thread event.
(__stp_utrace_attach_match_tsk): Ditto.
(__stp_utrace_task_finder_report_clone): Ditto.
(__stp_utrace_task_finder_report_exec): Ditto.
(stap_utrace_task_finder_report_death): Ditto.
(stap_start_task_finder): Ditto.
(stap_stop_task_finder): Added debug logic.

2008-06-06  David Smith  <dsmith@redhat.com>

* systemtap.base/utrace_p4.exp: Updated for utrace probe changes.
* systemtap.base/utrace_p5.exp: Ditto.

16 years agoSrinivasa DS <srinivasa@in.ibm.com> -fpie option puts limit on GOT size and hence...
Srikar Dronamraju [Thu, 5 Jun 2008 09:49:07 +0000 (15:19 +0530)]
Srinivasa DS <srinivasa@in.ibm.com> -fpie option puts limit on GOT size and hence systemtap build fails on s390. So use -fPIE which doesn't put limit on GOT size.

16 years agoAdded systemtap.context/num_args test.
Jim Keniston [Wed, 4 Jun 2008 23:51:29 +0000 (16:51 -0700)]
Added systemtap.context/num_args test.

16 years agoFix PR 6588
Jim Keniston [Wed, 4 Jun 2008 23:16:31 +0000 (16:16 -0700)]
Fix PR 6588

16 years agosyscalls2.stp: Add sys_unshare.
Zhaolei [Wed, 4 Jun 2008 06:42:43 +0000 (14:42 +0800)]
syscalls2.stp: Add sys_unshare.

16 years agoAdded string tokens for most probe types.
David Smith [Tue, 3 Jun 2008 18:50:02 +0000 (13:50 -0500)]
Added string tokens for most probe types.
2008-06-03  David Smith  <dsmith@redhat.com>

* tapsets.cxx: Added several string tokens that are used instead
of hard-coded strings.
(register_standard_tapsets): Uses new string tokens.

16 years agoPR6429: remove unused file
Frank Ch. Eigler [Tue, 3 Jun 2008 18:18:17 +0000 (14:18 -0400)]
PR6429: remove unused file

16 years agoPR6429: testsuite update for inexact backtrace tolerance
Frank Ch. Eigler [Tue, 3 Jun 2008 18:11:16 +0000 (14:11 -0400)]
PR6429: testsuite update for inexact backtrace tolerance

16 years agoPR6429: remove stapio STP_UNWIND support and associated elfutils dependency
Frank Ch. Eigler [Tue, 3 Jun 2008 17:31:05 +0000 (13:31 -0400)]
PR6429: remove stapio STP_UNWIND support and associated elfutils dependency

16 years agoSupport for new clone flags before linux-2.6.25.
Zhaolei [Tue, 3 Jun 2008 09:53:44 +0000 (17:53 +0800)]
Support for new clone flags before linux-2.6.25.

16 years agoPR6534: add a comment blurb explaining sufficiency UTS_RELEASE compile-time check
Frank Ch. Eigler [Mon, 2 Jun 2008 19:32:24 +0000 (15:32 -0400)]
PR6534: add a comment blurb explaining sufficiency UTS_RELEASE compile-time check

16 years agoPR6534: make do without uts_sem (about to be unexported from 2.6.26-mm)
Frank Ch. Eigler [Mon, 2 Jun 2008 19:26:01 +0000 (15:26 -0400)]
PR6534: make do without uts_sem (about to be unexported from 2.6.26-mm)

16 years agoUse the -r option of avahi-browse to obtain the ip address
Dave Brolley [Mon, 2 Jun 2008 19:12:39 +0000 (15:12 -0400)]
Use the -r option of avahi-browse to obtain the ip address
and port of the server.

16 years agoFix compile error caused by PATH_MAX in F9.
Zhaolei [Mon, 2 Jun 2008 09:20:00 +0000 (17:20 +0800)]
Fix compile error caused by PATH_MAX in F9.

16 years agoFix the problem that kernel module compile failure when runtime
Zhaolei [Mon, 2 Jun 2008 03:20:56 +0000 (11:20 +0800)]
Fix the problem that kernel module compile failure when runtime
directory is set to relative path(stap -R).

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

16 years agoNew systemptap compile client and server scripts.
Dave Brolley [Fri, 30 May 2008 19:41:22 +0000 (15:41 -0400)]
New systemptap compile client and server scripts.

16 years agomake "make cscope" tolerate a read-only or separate source tree
Frank Ch. Eigler [Fri, 30 May 2008 15:56:29 +0000 (11:56 -0400)]
make "make cscope" tolerate a read-only or separate source tree

16 years agoPR 6562, Modify SYSTEMTAP_DEBUGINFO_PATH behaviour.
Srikar Dronamraju [Fri, 30 May 2008 08:23:59 +0000 (13:53 +0530)]
PR 6562, Modify SYSTEMTAP_DEBUGINFO_PATH behaviour.

16 years agoAdd debuginfo path for self-built kernel in systemtap.base/debugpath.exp
Wenji Huang [Fri, 30 May 2008 06:58:49 +0000 (02:58 -0400)]
Add debuginfo path for self-built kernel in systemtap.base/debugpath.exp

16 years agoFix PR 6582: verify CONTEXT->regs in [u_]register()
Jim Keniston [Fri, 30 May 2008 00:13:38 +0000 (17:13 -0700)]
Fix PR 6582: verify CONTEXT->regs in [u_]register()

16 years agoAdd a cscope target to the Makefile
Josh Stone [Thu, 29 May 2008 23:23:35 +0000 (16:23 -0700)]
Add a cscope target to the Makefile

16 years agoSW5106 Remove old map and histogram formatting code
Stan Cox [Thu, 29 May 2008 18:46:38 +0000 (14:46 -0400)]
SW5106 Remove old map and histogram formatting code

16 years agoFix powerpc dwarfless argument access
Ananth N Mavinakayanahalli [Thu, 29 May 2008 06:45:29 +0000 (12:15 +0530)]
Fix powerpc dwarfless argument access

16 years agoMake sure that return statements don't override existing errors.
Josh Stone [Thu, 29 May 2008 00:11:00 +0000 (17:11 -0700)]
Make sure that return statements don't override existing errors.

16 years agoCheck that errors in nested functions are not lost on return
Josh Stone [Wed, 28 May 2008 20:53:06 +0000 (13:53 -0700)]
Check that errors in nested functions are not lost on return

Currently this test fails, as noted in bugzilla 6529.

16 years agoCorrect redirect of stderr in testsuite. Make installcheck not depend on clean.
Mark Wielaard [Wed, 28 May 2008 14:27:02 +0000 (16:27 +0200)]
Correct redirect of stderr in testsuite. Make installcheck not depend on clean.

16 years agoRemoved debug print.
David Smith [Wed, 28 May 2008 17:00:08 +0000 (12:00 -0500)]
Removed debug print.
2008-05-28  David Smith  <dsmith@redhat.com>

        * tapsets.cxx (utrace_derived_probe_group::emit_module_decls):
        Removed debug print.

16 years agoHandle bug #6500 fallout.
David Smith [Wed, 28 May 2008 16:56:06 +0000 (11:56 -0500)]
Handle bug #6500 fallout.
2008-05-28  David Smith  <dsmith@redhat.com>

        * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl):
        Instead of adding clone handlers, just call the probes directly.
        (utrace_derived_probe_group::emit_module_decls): For syscall
        probes, on exec detach the parent's utrace engine from the child.

2008-05-28  David Smith  <dsmith@redhat.com>

        * task_finder.c (__stp_utrace_attach_match_filename): Added
        register_p parameter, which is passed on to the callback.  Only
        adds death notification if register_p is 1.  If register_p is 0,
        removes death notification.
        (__stp_utrace_attach_match_tsk): Moved code from
        __stp_utrace_task_finder_report_clone that handles the details of
        grabbing a task's path.
        (__stp_utrace_task_finder_report_clone): Calls new
        __stp_utrace_attach_match_tsk().
        (__stp_utrace_task_finder_report_exec): Notifies upper layer that
        it might need to detach from newly exec'ed process.`

16 years agoMinor improvement to multi-threaded support.
David Smith [Wed, 21 May 2008 17:59:56 +0000 (12:59 -0500)]
Minor improvement to multi-threaded support.
2008-05-21  David Smith  <dsmith@redhat.com>

        * tapsets.cxx (utrace_derived_probe_group::emit_module_decls):
        Added new 'event_flag' parameter to task_finder callback.  Only
        calls probe handlers if we received the correct event.

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

        * task_finder.c (__stp_utrace_attach_match_filename): Added
        event_flag parameter of event to pass to callback.
        (__stp_utrace_task_finder_target_death): Ditto.
        (__stp_utrace_task_finder_report_clone): Calls
        __stp_utrace_attach_match_filename() with new argument.
        (__stp_utrace_task_finder_report_exec): Ditto.
        (stap_start_task_finder): Calls callback with an invalid
        event_flag since this callback call isn't related to an event.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Wed, 28 May 2008 12:17:42 +0000 (08:17 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  Create user based cache dir in testsuite.
  Refresh cscope.files.
  Add prototypes for using the 2.6.26 probe_kernel_* functions.

16 years agoRevert "testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie...
Frank Ch. Eigler [Wed, 28 May 2008 12:15:57 +0000 (08:15 -0400)]
Revert "testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie cleanup"
This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2.

16 years agoCreate user based cache dir in testsuite.
Mark Wielaard [Wed, 28 May 2008 11:31:37 +0000 (13:31 +0200)]
Create user based cache dir in testsuite.

16 years agoRefresh cscope.files.
Josh Stone [Wed, 28 May 2008 00:17:33 +0000 (17:17 -0700)]
Refresh cscope.files.

16 years agoAdd prototypes for using the 2.6.26 probe_kernel_* functions.
Josh Stone [Sat, 24 May 2008 03:35:55 +0000 (20:35 -0700)]
Add prototypes for using the 2.6.26 probe_kernel_* functions.

For now, the autoconf for the new code is disabled, because it shows
poorer performance than our existing dereferencing functions.  This is
probably because ours get inlined and optimized.  The code is being
committed so that we may re-evaluate its usefulness in the future.

This addresses bugzilla 6432.

16 years agonormalize test case PASS message
Frank Ch. Eigler [Tue, 27 May 2008 22:33:22 +0000 (18:33 -0400)]
normalize test case PASS message

16 years agotestsuite: use catch{close}catch{wait} to ensure child process pipe/zombie cleanup
Frank Ch. Eigler [Tue, 27 May 2008 21:40:00 +0000 (17:40 -0400)]
testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie cleanup

16 years agoFix regparm() on i686 & x86_64.
Josh Stone [Tue, 27 May 2008 20:10:17 +0000 (13:10 -0700)]
Fix regparm() on i686 & x86_64.

It doesn't seem that regparm() is actually used, but I saw compilation
errors when I compiled with -u.

16 years agostmtvars.exp regexp tweak
Frank Ch. Eigler [Mon, 26 May 2008 13:27:05 +0000 (09:27 -0400)]
stmtvars.exp regexp tweak

16 years agoOnly include fdtable.h for kernel versions > 2.6.25.
Mark Wielaard [Mon, 26 May 2008 11:55:14 +0000 (13:55 +0200)]
Only include fdtable.h for kernel versions > 2.6.25.

16 years agoInclude fdtable.h in task.stp for 2.6.26 and format signal.stp
wenji [Mon, 26 May 2008 08:23:12 +0000 (04:23 -0400)]
Include fdtable.h in task.stp for 2.6.26 and format signal.stp

16 years agoCorrect signal.stp for 2.6.26
wenji [Mon, 26 May 2008 06:59:33 +0000 (02:59 -0400)]
Correct signal.stp for 2.6.26

16 years agoMerge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
wenji [Mon, 26 May 2008 06:40:52 +0000 (02:40 -0400)]
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap

16 years agoPR6550: add comment justifying "execrc"
Frank Ch. Eigler [Sat, 24 May 2008 11:00:56 +0000 (07:00 -0400)]
PR6550: add comment justifying "execrc"

16 years agoPR6550: also EXTRA_DIST the little "execrc" helper script file
Frank Ch. Eigler [Sat, 24 May 2008 04:46:28 +0000 (00:46 -0400)]
PR6550: also EXTRA_DIST the little "execrc" helper script file

16 years agoPR6550: --enable-dejazilla: optional automatic test result reporting
Frank Ch. Eigler [Sat, 24 May 2008 04:41:06 +0000 (00:41 -0400)]
PR6550: --enable-dejazilla: optional automatic test result reporting

16 years agoFixed arg #3 type in nd_syscall.accept.
Jim Keniston [Fri, 23 May 2008 20:14:19 +0000 (13:14 -0700)]
Fixed arg #3 type in nd_syscall.accept.

16 years agoAddress powerpc dwarfless test failures.
Jim Keniston [Fri, 23 May 2008 18:44:50 +0000 (11:44 -0700)]
Address powerpc dwarfless test failures.

16 years agotapset cleanup: nfs kernel?,module? -> kernel!,module
Frank Ch. Eigler [Fri, 23 May 2008 15:30:26 +0000 (11:30 -0400)]
tapset cleanup: nfs kernel?,module? -> kernel!,module

16 years agotestsuite cleanup: kfailing some FOO-all-probes tests
Frank Ch. Eigler [Fri, 23 May 2008 14:17:41 +0000 (10:17 -0400)]
testsuite cleanup: kfailing some FOO-all-probes tests

16 years agorpc tapset cleanup
Frank Ch. Eigler [Fri, 23 May 2008 14:08:42 +0000 (10:08 -0400)]
rpc tapset cleanup

16 years agoSrinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix to avoid compilation error...
Srikar Dronamraju [Fri, 23 May 2008 07:44:30 +0000 (13:14 +0530)]
Srinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix to avoid compilation error of systemtap module

16 years agoPR6550: add comment justifying "execrc"
Frank Ch. Eigler [Sat, 24 May 2008 11:00:56 +0000 (07:00 -0400)]
PR6550: add comment justifying "execrc"

16 years agoPR6550: also EXTRA_DIST the little "execrc" helper script file
Frank Ch. Eigler [Sat, 24 May 2008 04:46:28 +0000 (00:46 -0400)]
PR6550: also EXTRA_DIST the little "execrc" helper script file

16 years agoPR6550: --enable-dejazilla: optional automatic test result reporting
Frank Ch. Eigler [Sat, 24 May 2008 04:41:06 +0000 (00:41 -0400)]
PR6550: --enable-dejazilla: optional automatic test result reporting

16 years agoFixed arg #3 type in nd_syscall.accept.
Jim Keniston [Fri, 23 May 2008 20:14:19 +0000 (13:14 -0700)]
Fixed arg #3 type in nd_syscall.accept.

16 years agoAddress powerpc dwarfless test failures.
Jim Keniston [Fri, 23 May 2008 18:44:50 +0000 (11:44 -0700)]
Address powerpc dwarfless test failures.

16 years agotapset cleanup: nfs kernel?,module? -> kernel!,module
Frank Ch. Eigler [Fri, 23 May 2008 15:30:26 +0000 (11:30 -0400)]
tapset cleanup: nfs kernel?,module? -> kernel!,module

16 years agotestsuite cleanup: kfailing some FOO-all-probes tests
Frank Ch. Eigler [Fri, 23 May 2008 14:17:41 +0000 (10:17 -0400)]
testsuite cleanup: kfailing some FOO-all-probes tests

16 years agorpc tapset cleanup
Frank Ch. Eigler [Fri, 23 May 2008 14:08:42 +0000 (10:08 -0400)]
rpc tapset cleanup

16 years agoSrinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix to avoid compilation error...
Srikar Dronamraju [Fri, 23 May 2008 07:44:30 +0000 (13:14 +0530)]
Srinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix to avoid compilation error of systemtap module

16 years agoNarrow the regexp matching in stmtvars.exp
wenji [Fri, 18 Apr 2008 02:06:52 +0000 (22:06 -0400)]
Narrow the regexp matching in stmtvars.exp

16 years agoPR5643: fix .statement(NUM) regression
Wenji Huang [Thu, 22 May 2008 11:40:24 +0000 (07:40 -0400)]
PR5643: fix .statement(NUM) regression

16 years agopowerpc register+arg access
Ananth N Mavinakayanahalli [Thu, 22 May 2008 05:12:35 +0000 (10:42 +0530)]
powerpc register+arg access

16 years agoFix assignment optimization expected results.
Stan Cox [Wed, 21 May 2008 16:47:29 +0000 (12:47 -0400)]
Fix assignment optimization expected results.

16 years agoPR6538: more testsuite tweaks for read-only warnings
Frank Ch. Eigler [Wed, 21 May 2008 16:17:58 +0000 (12:17 -0400)]
PR6538: more testsuite tweaks for read-only warnings

16 years agoPR6538: more tapset fixes
Frank Ch. Eigler [Wed, 21 May 2008 16:15:02 +0000 (12:15 -0400)]
PR6538: more tapset fixes

16 years agoPR6538: explain why absentstats.stp logs will contain warnings
Frank Ch. Eigler [Wed, 21 May 2008 15:47:52 +0000 (11:47 -0400)]
PR6538: explain why absentstats.stp logs will contain warnings

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Wed, 21 May 2008 15:43:53 +0000 (11:43 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  Use pointer_arg to fetch arguments for syscall.utime and compat_utime.
  Optimize compound and binary expression assignments.

16 years agoPR6538: fix treatment of initialized globals
Frank Ch. Eigler [Wed, 21 May 2008 15:42:51 +0000 (11:42 -0400)]
PR6538: fix treatment of initialized globals

16 years agoUse pointer_arg to fetch arguments for syscall.utime and compat_utime.
Mark Wielaard [Wed, 21 May 2008 14:12:17 +0000 (16:12 +0200)]
Use pointer_arg to fetch arguments for syscall.utime and compat_utime.

16 years agoOptimize compound and binary expression assignments.
Stan Cox [Wed, 21 May 2008 13:22:17 +0000 (09:22 -0400)]
Optimize compound and binary expression assignments.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Wed, 21 May 2008 12:42:28 +0000 (08:42 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*.

16 years agoCheck new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*.
Mark Wielaard [Wed, 21 May 2008 11:12:21 +0000 (13:12 +0200)]
Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*.

16 years agoPR6538: tapset changes
Frank Ch. Eigler [Tue, 20 May 2008 22:33:38 +0000 (18:33 -0400)]
PR6538: tapset changes

16 years agoPR6538: testsuite changes
Frank Ch. Eigler [Tue, 20 May 2008 22:33:24 +0000 (18:33 -0400)]
PR6538: testsuite changes

16 years agoPR5001: fix test suite collateral damage
Frank Ch. Eigler [Tue, 20 May 2008 21:50:06 +0000 (17:50 -0400)]
PR5001: fix test suite collateral damage

16 years agoPR6538: warn about read-only variables
Frank Ch. Eigler [Tue, 20 May 2008 21:34:07 +0000 (17:34 -0400)]
PR6538: warn about read-only variables

16 years agoAdd some scripts and descriptions to the systemtap.examples.
William Cohen [Tue, 20 May 2008 20:07:50 +0000 (16:07 -0400)]
Add some scripts and descriptions to the systemtap.examples.

16 years agoPR5001: Remove _stp_ctime and always use ctime.
Mark Wielaard [Tue, 20 May 2008 19:58:04 +0000 (21:58 +0200)]
PR5001: Remove _stp_ctime and always use ctime.

16 years agoUse tr1/unordered_map instead of the deprecated ext/hash_map.
Tim Moore [Tue, 20 May 2008 10:39:47 +0000 (12:39 +0200)]
Use tr1/unordered_map instead of the deprecated ext/hash_map.

16 years agoPR6524: ctime() on bad values hangs system.
Mark Wielaard [Mon, 19 May 2008 22:12:25 +0000 (00:12 +0200)]
PR6524: ctime() on bad values hangs system.

16 years agoOptimize away assignments in other contexts.
Stan Cox [Mon, 19 May 2008 20:18:49 +0000 (16:18 -0400)]
Optimize away assignments in other contexts.

16 years agoOptimize away assignments in other contexts.
Stan Cox [Mon, 19 May 2008 19:39:55 +0000 (15:39 -0400)]
Optimize away assignments in other contexts.

16 years agodummy commit for testing systemtap-cvs notification
Frank Ch. Eigler [Mon, 19 May 2008 18:42:46 +0000 (14:42 -0400)]
dummy commit for testing systemtap-cvs notification

16 years agoRemove sa_restorer initialization.
William Cohen [Mon, 19 May 2008 17:43:06 +0000 (13:43 -0400)]
Remove sa_restorer initialization.

16 years agosuppress "pass-2 failed" messages from "stap -l FOOBAR"; just produce empty output
Frank Ch. Eigler [Sat, 17 May 2008 14:02:19 +0000 (10:02 -0400)]
suppress "pass-2 failed" messages from "stap -l FOOBAR"; just produce empty output

16 years agomake the mod_cu_function_cache a hash_map instead of map for more go-go
Frank Ch. Eigler [Sat, 17 May 2008 12:52:19 +0000 (08:52 -0400)]
make the mod_cu_function_cache a hash_map instead of map for more go-go

16 years agoPR5643: function caching for much faster syscall.* pass-2 processing
Frank Ch. Eigler [Fri, 16 May 2008 21:53:31 +0000 (17:53 -0400)]
PR5643: function caching for much faster syscall.* pass-2 processing

16 years agoFixed PR 6499 (utrace probe crash).
David Smith [Fri, 16 May 2008 19:51:07 +0000 (14:51 -0500)]
Fixed PR 6499 (utrace probe crash).
2008-05-16  David Smith  <dsmith@redhat.com>

PR 6499.
* task_finder.c (stap_register_task_finder_target): Added error
check.
(__stp_utrace_task_finder_report_clone): Ditto.
(stap_utrace_detach_ops): Uses do_each_thread/while_each_thread
instead of for_each_process (which only iterated among process
group leaders instead of all threads).
(stap_start_task_finder): Ditto.

16 years agoMerge branch 'master' of ssh://sources.redhat.com/git/systemtap
Frank Ch. Eigler [Fri, 16 May 2008 15:04:30 +0000 (11:04 -0400)]
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap

* 'master' of ssh://sources.redhat.com/git/systemtap:
  Ignores signals when removing the temporary directory.
  Add appropriate ChangeLog entry for earlier checkin.

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