summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | c code generation: assert C indentation/nesting cancels out at appropriate ↵Frank Ch. Eigler2008-08-022-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | points
| * | | | | | | | | | c code generation: assert C indentation/nesting cancels out at appropriate ↵Frank Ch. Eigler2008-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | points
| * | | | | | | | | | Merge commit 'e6b9397' into pr4225Frank Ch. Eigler2008-07-231-0/+6
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e6b9397': changelog for entry-pc semantic error fix
| * \ \ \ \ \ \ \ \ \ \ Merge commit '552fdd9f5a7eb3394888356301929c078173a22b' into pr4225Frank Ch. Eigler2008-07-232-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '552fdd9f5a7eb3394888356301929c078173a22b': fix semantic error: no entrypc found using probe .statement(*@file:line) constructs Fix sw 6752. Alter condtional to check for >= 2.6.26. This accounts and fixes false positives in kernel_v strings that return xx.xx.xx.xx over xx.xx.xx.
| * | | | | | | | | | | | PR4225: support intermingled process/kernel/module probes without screwing ↵Frank Ch. Eigler2008-07-231-185/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | up module cache
| * | | | | | | | | | | | PR4225: parse process("path").function/statement probe pointsFrank Ch. Eigler2008-07-222-99/+186
| | | | | | | | | | | | |
* | | | | | | | | | | | | changed directory nameddomingo2008-09-0324-0/+4441
| | | | | | | | | | | | |
* | | | | | | | | | | | | minor changeddomingo2008-09-032-4/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | revised for new publican build updateddomingo2008-09-023-21/+33
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-09-0238-846/+1192
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Display written but unread global statistics.Stan Cox2008-09-015-6/+53
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Fix memory access error in nfs.proc.read_setup, nfs.proc.write_setup and ↵Zhaolei2008-09-012-40/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nfs.proc.commit_setup
| * | | | | | | | | | | Update NEWS regarding the systemtap client/server.Dave Brolley2008-08-292-0/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-2930-794/+841
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * \ \ \ \ \ \ \ \ \ \ Repopulate symbol/type info.Stan Cox2008-08-296-129/+154
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Pushed quiesce logic down into the task_finder layer.David Smith2008-08-294-129/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-29 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): Pushed quiesce logic down into the task_finder layer. (utrace_derived_probe_group::emit_module_decls): Removed quiesce handler routines. Syscall probe handler detaches if systemtap state isn't correct. 2008-08-29 David Smith <dsmith@redhat.com> * task_finder.c (__stp_utrace_attach_match_filename): Don't call the callback when the interesting thread is found, call it when the tread is quiesced. (stap_start_task_finder): Ditto. (__stp_utrace_task_finder_target_quiesce): Call the callback.
| | | * | | | | | | | | | | Added bug 6841 fix utrace syscall test.David Smith2008-08-292-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-29 David Smith <dsmith@redhat.com> PR6841 * systemtap.base/utrace_p5.exp: Added system-wide syscall test for bug 6841 fix.
| | * | | | | | | | | | | | Repopulate symbol/type info.Stan Cox2008-08-292-35/+14
| | |/ / / / / / / / / / /
| | * | | | | | | | | | / PR6731: improve listing mode to list variablesWenji Huang2008-08-282-0/+17
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | PR5686: correct regression in semok/optimize.stpFrank Ch. Eigler2008-08-281-1/+0
| | | | | | | | | | | |
| | * | | | | | | | | | trailing whitespace removal, as approved by emacsFrank Ch. Eigler2008-08-2817-475/+475
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (add-hook 'before-save-hook 'delete-trailing-whitespace)
| | * | | | | | | | | | fix global-var array index renderingFrank Ch. Eigler2008-08-283-152/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (plus emacs' automagic whitespace fixes)
| | * | | | | | | | | | fix NEWS to refer to simpler context.stp tapset functions in auto-printing blurbFrank Ch. Eigler2008-08-281-4/+4
| | | | | | | | | | | |
| | * | | | | | | | | | Document written but unread global variable automatic display.Stan Cox2008-08-285-2/+18
| | | | | | | | | | | |
| * | | | | | | | | | | New man page for the systemtap client/server and related utilities.Dave Brolley2008-08-296-6/+194
| |/ / / / / / / / / /
* / / / / / / / / / / added all elseddomingo2008-09-0223-0/+4418
|/ / / / / / / / / /
* | | | | | | | | | 2nd tryDon Domingo2008-08-281-0/+1
| | | | | | | | | |
* | | | | | | | | | initialDon Domingo2008-08-281-0/+13
| | | | | | | | | |
* | | | | | | | | | Make _get_sock_addr return correct address in kernel before 2.6.16.Zhaolei2008-08-282-1/+11
| | | | | | | | | |
* | | | | | | | | | Automatically print written but unread globalsStan Cox2008-08-278-20/+298
| | | | | | | | | |
* | | | | | | | | | Make nodwf test passed when CONFIG_QUOTACTL unsetWenji Huang2008-08-273-2/+7
| | | | | | | | | |
* | | | | | | | | | Uses STAPCONF_DPATH_PATH instead of a kernel version check.David Smith2008-08-265-10/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | Simplified "rpm" target a bit.David Smith2008-08-263-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-26 David Smith <dsmith@redhat.com> * Makefile.am: Simplified "rpm" target a bit. * Makefile.in: Regenerated.
* | | | | | | | | | Moved tar archive creation step from "rpm" target to "dist-gzip" target.David Smith2008-08-263-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | remove support for "make dist" since git-archive does as well;Frank Ch. Eigler2008-08-2512-461/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "make rpm" remains for private testing
* | | | | | | | | | Examples html files moved into subdir.Mark Wielaard2008-08-254-38/+57
| | | | | | | | | |
* | | | | | | | | | 2008-08-25 David Smith <dsmith@redhat.com>David Smith2008-08-252-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | | | | | | | | ChangeLog EntriesDave Brolley2008-08-254-1/+29
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-257-56/+96
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | correct probe point reverse-engineering of probes for which we have no ↵Frank Ch. Eigler2008-08-242-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source file / line number
| * | | | | | | | | source whitespace cleanupFrank Ch. Eigler2008-08-241-24/+24
| | | | | | | | | |
| * | | | | | | | | Fixed failure of buildok/process-all-probes.stpWenji Huang2008-08-222-1/+12
| | | | | | | | | |
| * | | | | | | | | clarify README instructions to spell out that running the testsuite is optionalFrank Ch. Eigler2008-08-211-8/+7
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Added task finder target parameter to vm_callback functions.David Smith2008-08-214-21/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Robustness improvements for the stap client/serverDave Brolley2008-08-258-109/+120
|/ / / / / / / /
* | | | | | | | Supports original and new utrace interfaces.David Smith2008-08-205-40/+217
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Add ChangeLog entriesDave Brolley2008-08-201-0/+25
| | | | | | | |
* | | | | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-2023-172/+355
|\ \ \ \ \ \ \ \
| * | | | | | | | Looks for both mmap and mmap2.David Smith2008-08-203-9/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | PR 6841 fix.David Smith2008-08-194-7/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.