summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | 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.
| * | | | | | | | Add missing 'process' bindings.David Smith2008-08-182-7/+15
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-18 David Smith <dsmith@redhat.com> * tapsets.cxx (register_standard_tapsets): Add missing 'process.syscall' and 'process.syscall.return' bindings.
| * | | | | | | Mention distro specific elfutils development sub-packages needed when not found.Mark Wielaard2008-08-164-16/+19
| | | | | | | |
| * | | | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into workDavid Smith2008-08-1513-71/+89
| |\ \ \ \ \ \ \
| | * | | | | | | PR6836: tweak $$return formattingFrank Ch. Eigler2008-08-154-3/+11
| | | | | | | | |
| | * | | | | | | extend callgraph example to use $$parms / $$returnFrank Ch. Eigler2008-08-159-68/+78
| | | | | | | | |
| * | | | | | | | Change system-wide probes from 'process("*").begin' to 'process.begin'.David Smith2008-08-155-16/+41
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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'.
| * | | | | | | PR6836: $$vars extensions, $$returnFrank Ch. Eigler2008-08-155-48/+108
| | | | | | | |
| * | | | | | | small patch ...Michael Meeks2008-08-153-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | stap client/server now pass 'make installcheck'Dave Brolley2008-08-203-33/+84
|/ / / / / / /
* | | | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-142-1/+7
|\ \ \ \ \ \ \
| * | | | | | | PR6842: work around possibly null task->signal in utrace death callbackFrank Ch. Eigler2008-08-142-1/+7
| | | | | | | |
* | | | | | | | PR 6834Dave Brolley2008-08-144-81/+63
|/ / / / / / /
* | | | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-1312-35/+125
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog
| * | | | | | | build compatibility and speed hack for bundled-elfutils modeFrank Ch. Eigler2008-08-133-4/+10
| | | | | | | |
| * | | | | | | revise build instructions; clarifying elfutils bundling and its new hosting siteFrank Ch. Eigler2008-08-131-15/+20
| | | | | | | |
| * | | | | | | kbuild compatibility hack for separate-objdir O= buildsFrank Ch. Eigler2008-08-122-0/+14
| | | | | | | |
| * | | | | | | PR 6445 (partial). Implemented system-wide utrace probes.David Smith2008-08-128-16/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Minor bugs in stap-client.Dave Brolley2008-08-134-8/+66
|/ / / / / / /
* | | | | | | Fixed compilation warning on gcc 3.xWenji Huang2008-08-112-1/+5
| | | | | | |
* | | | | | | let $$vars work even with unsupported c types (e.g., funkytown floats)Frank Ch. Eigler2008-08-112-17/+42
| |_|_|_|_|/ |/| | | | |
* | | | | | remove \n from end of $$vars/etc. convenience variablesFrank Ch. Eigler2008-08-114-5/+14
| |_|_|_|/ |/| | | |
* | | | | PR5049: fix overbroad effects of naive "*" prefixing; instead use optional ↵Frank Ch. Eigler2008-08-114-8/+23
| | | | | | | | | | | | | | | | | | | | "*/" only.
* | | | | stap-serverd was incorectly determining that the server couldDave Brolley2008-08-114-14/+34
| | | | | | | | | | | | | | | | | | | | not be started.
* | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-08-114-3/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: PR5049: prefix with "*" any filenames given in "fn@filename:line" probes
| * | | | | PR5049: prefix with "*" any filenames given in "fn@filename:line" probesFrank Ch. Eigler2008-08-114-3/+28
| | | | | |
* | | | | | stapprobes man page: clarify statement(NUM).absolute and process("path") ↵Frank Ch. Eigler2008-08-111-7/+17
|/ / / / / | | | | | | | | | | | | | | | searching
* | | | | Indentation fix.David Smith2008-08-112-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-11 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_builder::build): Fixed indentation.
* | | | | Redirect stderr gets redircted so warnings don't let example script run fail.Mark Wielaard2008-08-112-1/+9
| | | | |
* | | | | PR6835. io/io_submit.stp: Fix #! start. Convert to normal line-ending.Mark Wielaard2008-08-112-71/+76
| | | | |