Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for new clone flags before linux-2.6.25. | Zhaolei | 2008-06-03 | 2 | -0/+13 |
| | |||||
* | PR6534: add a comment blurb explaining sufficiency UTS_RELEASE compile-time ↵ | Frank Ch. Eigler | 2008-06-02 | 1 | -0/+6 |
| | | | | check | ||||
* | PR6534: make do without uts_sem (about to be unexported from 2.6.26-mm) | Frank Ch. Eigler | 2008-06-02 | 2 | -20/+15 |
| | |||||
* | Use the -r option of avahi-browse to obtain the ip address | Dave Brolley | 2008-06-02 | 2 | -28/+59 |
| | | | | and port of the server. | ||||
* | Fix compile error caused by PATH_MAX in F9. | Zhaolei | 2008-06-02 | 1 | -0/+1 |
| | |||||
* | Fix the problem that kernel module compile failure when runtime | Zhaolei | 2008-06-02 | 2 | -0/+15 |
| | | | | directory is set to relative path(stap -R). | ||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2008-05-30 | 4 | -42/+30 |
|\ | |||||
| * | make "make cscope" tolerate a read-only or separate source tree | Frank Ch. Eigler | 2008-05-30 | 4 | -42/+30 |
| | | |||||
* | | New systemptap compile client and server scripts. | Dave Brolley | 2008-05-30 | 2 | -0/+1024 |
|/ | |||||
* | PR 6562, Modify SYSTEMTAP_DEBUGINFO_PATH behaviour. | Srikar Dronamraju | 2008-05-30 | 5 | -7/+18 |
| | |||||
* | Add debuginfo path for self-built kernel in systemtap.base/debugpath.exp | Wenji Huang | 2008-05-30 | 2 | -1/+5 |
| | |||||
* | Fix PR 6582: verify CONTEXT->regs in [u_]register() | Jim Keniston | 2008-05-29 | 6 | -7/+40 |
| | |||||
* | Add a cscope target to the Makefile | Josh Stone | 2008-05-29 | 5 | -208/+47 |
| | |||||
* | SW5106 Remove old map and histogram formatting code | Stan Cox | 2008-05-29 | 110 | -7133/+19 |
| | |||||
* | Fix powerpc dwarfless argument access | Ananth N Mavinakayanahalli | 2008-05-29 | 3 | -66/+48 |
| | |||||
* | Make sure that return statements don't override existing errors. | Josh Stone | 2008-05-28 | 2 | -0/+10 |
| | |||||
* | Check that errors in nested functions are not lost on return | Josh Stone | 2008-05-28 | 3 | -0/+29 |
| | | | | Currently this test fails, as noted in bugzilla 6529. | ||||
* | Correct redirect of stderr in testsuite. Make installcheck not depend on clean. | Mark Wielaard | 2008-05-28 | 3 | -4/+9 |
| | |||||
* | Removed debug print. | David Smith | 2008-05-28 | 2 | -1/+3 |
| | | | | | | | 2008-05-28 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_module_decls): Removed debug print. | ||||
* | Handle bug #6500 fallout. | David Smith | 2008-05-28 | 4 | -66/+152 |
| | | | | | | | | | | | | | | | | | | | | | | | 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.` | ||||
* | Minor improvement to multi-threaded support. | David Smith | 2008-05-28 | 4 | -10/+44 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-05-28 | 10 | -44/+136 |
|\ | | | | | | | | | | | | | * '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. | ||||
| * | Create user based cache dir in testsuite. | Mark Wielaard | 2008-05-28 | 4 | -5/+16 |
| | | |||||
| * | Refresh cscope.files. | Josh Stone | 2008-05-27 | 1 | -1/+1 |
| | | |||||
| * | Add prototypes for using the 2.6.26 probe_kernel_* functions. | Josh Stone | 2008-05-27 | 5 | -38/+120 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Revert "testsuite: use catch{close}catch{wait} to ensure child process ↵ | Frank Ch. Eigler | 2008-05-28 | 46 | -70/+82 |
|/ | | | | | | pipe/zombie cleanup" This reverts commit 7938bd829dfd82c40b35d536b5913e666c1454d2. | ||||
* | normalize test case PASS message | Frank Ch. Eigler | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | testsuite: use catch{close}catch{wait} to ensure child process pipe/zombie ↵ | Frank Ch. Eigler | 2008-05-27 | 46 | -82/+70 |
| | | | | cleanup | ||||
* | Fix regparm() on i686 & x86_64. | Josh Stone | 2008-05-27 | 2 | -4/+4 |
| | | | | | It doesn't seem that regparm() is actually used, but I saw compilation errors when I compiled with -u. | ||||
* | stmtvars.exp regexp tweak | Frank Ch. Eigler | 2008-05-26 | 2 | -6/+9 |
| | |||||
* | Only include fdtable.h for kernel versions > 2.6.25. | Mark Wielaard | 2008-05-26 | 2 | -0/+5 |
| | |||||
* | Include fdtable.h in task.stp for 2.6.26 and format signal.stp | wenji | 2008-05-26 | 3 | -6/+11 |
| | |||||
* | Correct signal.stp for 2.6.26 | wenji | 2008-05-26 | 2 | -5/+22 |
| | |||||
* | Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap | wenji | 2008-05-26 | 0 | -0/+0 |
|\ | |||||
| * | PR6550: add comment justifying "execrc" | Frank Ch. Eigler | 2008-05-24 | 2 | -0/+4 |
| | | |||||
| * | PR6550: also EXTRA_DIST the little "execrc" helper script file | Frank Ch. Eigler | 2008-05-24 | 2 | -2/+2 |
| | | |||||
| * | PR6550: --enable-dejazilla: optional automatic test result reporting | Frank Ch. Eigler | 2008-05-24 | 8 | -24/+94 |
| | | |||||
| * | Fixed arg #3 type in nd_syscall.accept. | Jim Keniston | 2008-05-23 | 1 | -1/+1 |
| | | |||||
| * | Address powerpc dwarfless test failures. | Jim Keniston | 2008-05-23 | 2 | -9/+57 |
| | | |||||
| * | tapset cleanup: nfs kernel?,module? -> kernel!,module | Frank Ch. Eigler | 2008-05-23 | 3 | -80/+89 |
| | | |||||
| * | testsuite cleanup: kfailing some FOO-all-probes tests | Frank Ch. Eigler | 2008-05-23 | 4 | -2/+13 |
| | | |||||
| * | rpc tapset cleanup | Frank Ch. Eigler | 2008-05-23 | 2 | -81/+91 |
| | | |||||
| * | Srinivasa DS <srinivasa@in.ibm.com>,PR6429 Inerim fix to avoid compilation ↵ | Srikar Dronamraju | 2008-05-23 | 2 | -0/+25 |
| | | | | | | | | error of systemtap module | ||||
* | | PR6550: add comment justifying "execrc" | Frank Ch. Eigler | 2008-05-25 | 2 | -0/+4 |
| | | |||||
* | | PR6550: also EXTRA_DIST the little "execrc" helper script file | Frank Ch. Eigler | 2008-05-25 | 2 | -2/+2 |
| | | |||||
* | | PR6550: --enable-dejazilla: optional automatic test result reporting | Frank Ch. Eigler | 2008-05-25 | 8 | -24/+94 |
| | | |||||
* | | Fixed arg #3 type in nd_syscall.accept. | Jim Keniston | 2008-05-25 | 1 | -1/+1 |
| | | |||||
* | | Address powerpc dwarfless test failures. | Jim Keniston | 2008-05-25 | 2 | -9/+57 |
| | | |||||
* | | tapset cleanup: nfs kernel?,module? -> kernel!,module | Frank Ch. Eigler | 2008-05-25 | 3 | -80/+89 |
| | | |||||
* | | testsuite cleanup: kfailing some FOO-all-probes tests | Frank Ch. Eigler | 2008-05-25 | 4 | -2/+13 |
| | |