Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Vim modelines for GNU style in stap | Josh Stone | 2009-01-28 | 26 | -0/+47 |
| | |||||
* | Use 'static' as much as possible | Josh Stone | 2009-01-28 | 42 | -256/+255 |
| | | | | | | | | | | This change just inserts 'static' on runtime, tapset, and generated C functions and globals, so the compiler can do a better job of optimizing. My tests with small scripts show ~10% reduction in compile time and ~20% reduction in module size. Larger scripts may show less benefit, but I expect purely positive results. | ||||
* | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-01-28 | 8 | -1/+155 |
|\ | |||||
| * | Add newline at end of doc/SystemTap_Beginners_Guide/Makefile. | William Cohen | 2009-01-28 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2009-01-28 | 5 | -48/+207 |
| |\ | |||||
| * | | Add the polling timeout example and update the catalog. | William Cohen | 2009-01-28 | 7 | -0/+154 |
| | | | |||||
* | | | Check client side certificate database security. | Dave Brolley | 2009-01-28 | 3 | -11/+158 |
| |/ |/| | |||||
* | | Implement the --server option for stap-client for control over which server is | Dave Brolley | 2009-01-28 | 3 | -48/+154 |
| | | | | | | | | used and for using non-local servers. | ||||
* | | 2009-01-28 David Smith <dsmith@redhat.com> | David Smith | 2009-01-28 | 2 | -0/+53 |
|/ | | | | | | PR9788 * mainloop.c (cleanup_and_exit): Added workaround for bug 9788 by fork'ing/exec'ing staprun. | ||||
* | cleaner versions | ddomingo | 2009-01-28 | 2 | -13/+11 |
| | |||||
* | added pre and post routines to Makefile, also cleaned up syncandbuild.sh | ddomingo | 2009-01-28 | 2 | -10/+20 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2009-01-28 | 4 | -16/+28 |
|\ | |||||
| * | sdt.h (STAP_PROBE): Use "g", not "r", for asm args. | Mark Wielaard | 2009-01-27 | 2 | -6/+10 |
| | | |||||
| * | sdt.h (struct _probe_): Make probe_name a STAP_PROBE_STRUCT_ARG. | Stan Cox | 2009-01-27 | 2 | -3/+7 |
| | | |||||
| * | dtrace: Handle (absense of) -o argument correctly. | Mark Wielaard | 2009-01-27 | 2 | -7/+11 |
| | | |||||
* | | fixed syncnbuild script to automate tag revisions depending on product ↵ | ddomingo | 2009-01-27 | 1 | -1/+12 |
|/ | | | | target (i.e. RHEL vs Fedora) | ||||
* | minimized RHEL-isms in doc source, still need to edit <productname> and ↵ | ddomingo | 2009-01-27 | 3 | -3/+9 |
| | | | | <productnumber> when building for non-RHEL though | ||||
* | Fix syscall.exp. | Stan Cox | 2009-01-26 | 4 | -7/+15 |
| | |||||
* | Check for version.h.in for elfutils < 0.138. | Mark Wielaard | 2009-01-26 | 3 | -4/+15 |
| | |||||
* | sdt.h: DTRACE_PROBE5 is STAP_PROBE5, not 4, likewise for 6. | Mark Wielaard | 2009-01-26 | 2 | -2/+6 |
| | |||||
* | PR9768: hint at bug fix in NEWS | Frank Ch. Eigler | 2009-01-23 | 1 | -2/+2 |
| | |||||
* | PR9768: fix for dwarf variable locations in shared libraries | Frank Ch. Eigler | 2009-01-23 | 1 | -0/+8 |
| | |||||
* | PR9768 fix | Frank Ch. Eigler | 2009-01-23 | 1 | -11/+17 |
| | |||||
* | Use install-pkgincludeHEADERS for elfutils configure build step. | Mark Wielaard | 2009-01-23 | 4 | -8/+21 |
| | |||||
* | Use make -k install-data for elfutils. | Mark Wielaard | 2009-01-23 | 3 | -2/+13 |
| | |||||
* | 2009-01-22 David Smith <dsmith@redhat.com> | David Smith | 2009-01-22 | 4 | -3/+16 |
| | | | | | | | | | * systemtap.spec: Added 'nss-devel' buildreq so that the 'client' subpackage could be built correctly. Added file-based buildreq for xmlto's pdf support, which works on f8, f9, f9, and rhel5. * configure.ac: Fixed typo. * configure: Regenerated. | ||||
* | Add dtrace -h support | Stan Cox | 2009-01-22 | 6 | -113/+287 |
| | |||||
* | Use context-symbols.stp and context-unwind.stp in tapsets.tmpl. | William Cohen | 2009-01-22 | 2 | -0/+6 |
| | |||||
* | Create PIECFLAGS and PIECXXFLAGS, like PIELDFLAGS. | Mark Wielaard | 2009-01-21 | 5 | -56/+87 |
| | |||||
* | Correct email address for doc/ChangeLog | William Cohen | 2009-01-21 | 1 | -2/+2 |
| | |||||
* | Update copyright date and correct paragraph. | William Cohen | 2009-01-21 | 2 | -6/+9 |
| | |||||
* | Only muck with CPPFLAGS when actually building with bundled elfutils. | Mark Wielaard | 2009-01-21 | 5 | -24/+190 |
| | |||||
* | Explicitly remove build-elfutils, include-elfutils and lib-elfutils on clean. | Mark Wielaard | 2009-01-21 | 5 | -1737/+1986 |
| | |||||
* | improve var=? explanation debugging via -vvv | Frank Ch. Eigler | 2009-01-20 | 2 | -3/+17 |
| | |||||
* | Adding kprobes test scripts. | David Smith | 2009-01-20 | 12 | -0/+923 |
| | |||||
* | fix segv on peculiar dwfl errors (probe process("/lib64").FOO {}) | Frank Ch. Eigler | 2009-01-20 | 2 | -2/+7 |
| | | | | Reported-By: Daniel Tralamazza | ||||
* | PR 9673. Only use one utrace engine for all targets with same path or pid. | David Smith | 2009-01-20 | 2 | -155/+173 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-20 David Smith <dsmith@redhat.com> PR 9673. * task_finder.c (struct stap_task_finder_target): Added 'vm_events' field. (stap_register_task_finder_target): Sets vm_events if a vm_callback is present. (__stp_task_finder_cleanup): Only detaches engines on the main __stp_task_finder_list linked list. (__stp_call_callbacks): New function. (__stp_call_vm_callbacks): New function. (__stp_utrace_attach_match_filename): Calls __stp_call_callbacks() to call callbacks. (__stp_utrace_task_finder_target_death): Ditto. (__stp_utrace_task_finder_target_quiesce): Calls __stp_call_callbacks() and __stp_call_vm_callbacks() to call callbacks. (__stp_call_vm_callbacks_with_vma): Renamed from __stp_target_call_vm_callback. (__stp_utrace_task_finder_target_syscall_exit): Calls __stp_call_vm_callbacks() to call vm callbacks. (stap_start_task_finder): Instead of a utrace engine for every task_finder_target, there is now one utrace engine for all targets with the same path or pid. | ||||
* | Don't test -lsduprobe.s for now. | Stan Cox | 2009-01-20 | 2 | -21/+25 |
| | |||||
* | Add checking utrace in test cases. | Wenji Huang | 2009-01-19 | 5 | -0/+42 |
| | |||||
* | Revert previous change. Only call stap-add-server-cert from stap-serverd if ↵ | Dave Brolley | 2009-01-19 | 3 | -4/+6 |
| | | | | it has been installed. | ||||
* | Add stap-add-server-cert to the stap-server package. | Dave Brolley | 2009-01-19 | 2 | -0/+5 |
| | |||||
* | Add dtrace and sdt.h | Stan Cox | 2009-01-13 | 2 | -0/+168 |
| | |||||
* | Create the rpm subpackage systemtap-sdt-devel | Stan Cox | 2009-01-13 | 7 | -154/+75 |
| | |||||
* | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-01-13 | 2 | -11/+75 |
|\ | |||||
| * | PR 7082: patch for uprobes2 (kernel > 2.6.26) | Jim Keniston | 2009-01-13 | 2 | -11/+75 |
| | | |||||
* | | Ensure that the client/server scripts call the installed copies of any | Dave Brolley | 2009-01-13 | 6 | -33/+75 |
|/ | | | | other systemtap tools. | ||||
* | Separate the creation of the server's certificate from its addition to the | Dave Brolley | 2009-01-13 | 4 | -11/+13 |
| | | | | client-side database. | ||||
* | Ensure that the client cert database and server cert are readable by all. | Dave Brolley | 2009-01-13 | 3 | -3/+13 |
| | |||||
* | send/send_log needs a -- with a constant string that starts with ----- | Srikar Dronamraju | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Adapt _stp_sort to 2.6.29. | Wenji Huang | 2009-01-12 | 2 | -12/+16 |
| | | | | | Acked-by: Masami Hiramatsu <mhiramat@redhat.com> Signed-off-by: Wenji Huang <wenji.huang@oracle.com> |