summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Collapse)AuthorAgeFilesLines
...
* PR6829: leave unregister_uprobe() to the professionals (uprobe itself) for ↵Frank Ch. Eigler2008-09-261-5/+21
| | | | target exec/exit
* Handling members with anonymous structs / unionsPrerna2008-09-251-12/+103
|
* PR6028: use ip instead of pp for probe identification.Masami Hiramatsu2008-09-121-1/+1
|
* gcc 4.4 build compatibility tweaksFrank Ch. Eigler2008-09-121-1/+1
|
* PR6871: sadly, reenable prologue searching for user-space function probesFrank Ch. Eigler2008-09-111-7/+2
|
* PR6876: translator speedup for many $varsFrank Ch. Eigler2008-09-101-4/+8
|
* Add $return context variables on per-process-syscall.return probesMasami Hiramatsu2008-09-091-10/+22
|
* Add $argN context variables on per-process-syscall probesMasami Hiramatsu2008-09-091-10/+73
|
* Add $name context variable support on marker probesMasami Hiramatsu2008-09-091-29/+20
|
* x86-32 blacklist extension (rhel5 testing based)Frank Ch. Eigler2008-09-071-0/+2
|
* task_finder <-> target_pid coupling; staprun/target_cmd fork under ptrace ↵Frank Ch. Eigler2008-09-051-1/+4
| | | | control
* PR4225: minor uprobe unregistration speedupFrank Ch. Eigler2008-09-021-6/+3
|
* PR4225: unregistration snowballing thinko fixFrank Ch. Eigler2008-09-021-10/+39
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-021-1/+2
|\ | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Fix semantic error caused by -P option in nodwarf testing. revised for new publican build update added all else Display written but unread global statistics.
| * Fix semantic error caused by -P option in nodwarf testing.Wenji Huang2008-09-021-1/+2
| |
* | test case regression fixes (25444842 vs 84182428)Frank Ch. Eigler2008-09-011-6/+7
| |
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-09-011-83/+31
|\| | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': Fix memory access error in nfs.proc.read_setup, nfs.proc.write_setup and nfs.proc.commit_setup Update NEWS regarding the systemtap client/server. New man page for the systemtap client/server and related utilities. Repopulate symbol/type info. Pushed quiesce logic down into the task_finder layer. Added bug 6841 fix utrace syscall test. PR6731: improve listing mode to list variables
| * Pushed quiesce logic down into the task_finder layer.David Smith2008-08-291-83/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | PR6864: barest beginnings of restoring symtab-based kernel probesFrank Ch. Eigler2008-09-011-35/+22
| |
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-281-3/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': PR5686: correct regression in semok/optimize.stp trailing whitespace removal, as approved by emacs fix global-var array index rendering fix NEWS to refer to simpler context.stp tapset functions in auto-printing blurb Document written but unread global variable automatic display. 2nd try initial Make _get_sock_addr return correct address in kernel before 2.6.16. Automatically print written but unread globals Make nodwf test passed when CONFIG_QUOTACTL unset Uses STAPCONF_DPATH_PATH instead of a kernel version check. Simplified "rpm" target a bit. Moved tar archive creation step from "rpm" target to "dist-gzip" target. remove support for "make dist" since git-archive does as well; Examples html files moved into subdir. 2008-08-25 David Smith <dsmith@redhat.com> ChangeLog Entries Robustness improvements for the stap client/server
| * 2008-08-25 David Smith <dsmith@redhat.com>David Smith2008-08-251-3/+2
| | | | | | | | | | | | * 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.
* | whitespace cleanup + uprobe "?@-1" fix tooFrank Ch. Eigler2008-08-241-5/+7
| |
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-241-50/+52
|\| | | | | | | | | | | | | | | * commit 'origin/master': correct probe point reverse-engineering of probes for which we have no source file / line number source whitespace cleanup Fixed failure of buildok/process-all-probes.stp clarify README instructions to spell out that running the testsuite is optional
| * correct probe point reverse-engineering of probes for which we have no ↵Frank Ch. Eigler2008-08-241-2/+4
| | | | | | | | source file / line number
| * source whitespace cleanupFrank Ch. Eigler2008-08-241-24/+24
| |
* | pr4225: fix shared library address range checks; make more task_finder_vma ↵Frank Ch. Eigler2008-08-221-3/+7
| | | | | | | | tracing conditional on DEBUG_TASK_FINDER_VMA
* | pr4225: check for null incoming vm_pathFrank Ch. Eigler2008-08-211-1/+1
| |
* | pr4225: fix address miscalculation for ET_DYN objects; add more printk's in ↵Frank Ch. Eigler2008-08-211-0/+3
| | | | | | | | task_finder vm_callback for debugging
* | pr4225: add putative shared library (ET_DYN) supportFrank Ch. Eigler2008-08-211-24/+50
| |
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-211-20/+60
|\| | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': Added task finder target parameter to vm_callback functions. Supports original and new utrace interfaces. Add ChangeLog entries stap client/server now pass 'make installcheck' Looks for both mmap and mmap2. PR 6841 fix. Add missing 'process' bindings.
| * Added task finder target parameter to vm_callback functions.David Smith2008-08-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Supports original and new utrace interfaces.David Smith2008-08-201-11/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * PR 6841 fix.David Smith2008-08-191-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-181-7/+10
| | | | | | | | | | | | | | 2008-08-18 David Smith <dsmith@redhat.com> * tapsets.cxx (register_standard_tapsets): Add missing 'process.syscall' and 'process.syscall.return' bindings.
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-171-50/+108
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': Mention distro specific elfutils development sub-packages needed when not found. Change system-wide probes from 'process("*").begin' to 'process.begin'. PR6836: tweak $$return formatting extend callgraph example to use $$parms / $$return PR6836: $$vars extensions, $$return small patch ... PR 6834 PR6842: work around possibly null task->signal in utrace death callback Minor bugs in stap-client. build compatibility and speed hack for bundled-elfutils mode revise build instructions; clarifying elfutils bundling and its new hosting site kbuild compatibility hack for separate-objdir O= builds PR 6445 (partial). Implemented system-wide utrace probes. Fixed compilation warning on gcc 3.x let $$vars work even with unsupported c types (e.g., funkytown floats)
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into workDavid Smith2008-08-151-1/+1
| |\
| | * PR6836: tweak $$return formattingFrank Ch. Eigler2008-08-151-1/+1
| | |
| * | Change system-wide probes from 'process("*").begin' to 'process.begin'.David Smith2008-08-151-11/+18
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-151-43/+78
| |
| * PR 6445 (partial). Implemented system-wide utrace probes.David Smith2008-08-121-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Fixed compilation warning on gcc 3.xWenji Huang2008-08-111-1/+1
| |
| * let $$vars work even with unsupported c types (e.g., funkytown floats)Frank Ch. Eigler2008-08-111-17/+35
| |
* | let $$vars work even with unsupported c types (e.g., funkytown floats)Frank Ch. Eigler2008-08-111-17/+35
| |
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-111-1/+0
|\| | | | | | | | | * commit 'origin/master': remove \n from end of $$vars/etc. convenience variables
| * remove \n from end of $$vars/etc. convenience variablesFrank Ch. Eigler2008-08-111-1/+0
| |
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-111-11/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': (34 commits) PR5049: fix overbroad effects of naive "*" prefixing; instead use optional "*/" only. stap-serverd was incorectly determining that the server could stapprobes man page: clarify statement(NUM).absolute and process("path") searching PR5049: prefix with "*" any filenames given in "fn@filename:line" probes Indentation fix. Redirect stderr gets redircted so warnings don't let example script run fail. PR6835. io/io_submit.stp: Fix #! start. Convert to normal line-ending. PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable. Use INSTALL_PROGRAM, not INSTALL_DATA for executable .stp scripts. example index: only warn if old, do not regenerate Start/stop the systemtap server from systemtap.exp and not in the top level Makefile. Lower statement wildcard test matching threshold. Moved details of utrace detach to stap_utrace_detach(). Saves thread vma information. Always generate examples indexes and install examples from srcdir. Refer to srcdir spec file Makefile so make rpm works when builddir != srcdir. Add index of subsystem and keywords at top of HTML indexes. Don't output output, exits, status line in indexes (mentioned in descriptions). Disable chmodding of samples/kmalloc-top in spec file since it isn't installed. Make sure examples indexes are always generated in builddir. ...
| * PR5049: fix overbroad effects of naive "*" prefixing; instead use optional ↵Frank Ch. Eigler2008-08-111-5/+7
| | | | | | | | "*/" only.
| * PR5049: prefix with "*" any filenames given in "fn@filename:line" probesFrank Ch. Eigler2008-08-111-3/+12
| |
| * Indentation fix.David Smith2008-08-111-12/+12
| | | | | | | | | | | | 2008-08-11 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_builder::build): Fixed indentation.
| * Moved details of utrace detach to stap_utrace_detach().David Smith2008-08-081-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | 2008-08-08 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_module_decls): Calls stap_utrace_detach() to perform detach. 2008-08-08 David Smith <dsmith@redhat.com> * task_finder.c (stap_utrace_detach): New function. (stap_utrace_detach_ops): Calls stap_utrace_detach(). (__stp_utrace_attach_match_filename): Ditto.