Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | William Cohen | 2008-05-09 | 2 | -2/+16 | |
|\ \ \ | ||||||
| * | | | PR6487: extend blacklist with relay/timer subsystem | Frank Ch. Eigler | 2008-05-09 | 2 | -2/+16 | |
| | | | | ||||||
* | | | | Add syscalls_by_pid.meta, syscalls_by_proc.meta, | William Cohen | 2008-05-09 | 6 | -0/+79 | |
|/ / / | | | | | | | | | | sigmon.meta, sig_by_pid.meta, sig_by_proc.meta, and socket-trace.meta. | |||||
* | | | Adjust iotime.meta description. | William Cohen | 2008-05-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | William Cohen | 2008-05-08 | 2 | -32/+88 | |
|\ \ \ | ||||||
| * | | | Fix for PR 6500. | David Smith | 2008-05-08 | 2 | -32/+88 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-08 David Smith <dsmith@redhat.com> PR 6500. * task_finder.c (__stp_utrace_task_finder_report_exec): Moved attach logic to __stp_utrace_attach_match_filename(). (__stp_utrace_attach_match_filename): New function. (__stp_utrace_task_finder_report_clone): Calls __stp_utrace_attach_match_filename() to attach to newly cloned threads. | |||||
* | | | | * iotime.meta: New. | William Cohen | 2008-05-08 | 2 | -0/+17 | |
|/ / / | ||||||
* | | | Update ChangeLog | William Cohen | 2008-05-08 | 1 | -0/+4 | |
| | | | ||||||
* | | | * sleeptime.meta, wait4time.meta: New. | William Cohen | 2008-05-08 | 2 | -0/+26 | |
|/ / | ||||||
* | | systemtap.examples futexes.meta change futex.stp to futexes.stp. | Mark Wielaard | 2008-05-08 | 2 | -2/+7 | |
| | | ||||||
* | | In ioblock.stp ioblock.end set bytes_done depending on kernel version. | Mark Wielaard | 2008-05-08 | 2 | -1/+7 | |
| | | ||||||
* | | PR6492: make listing mode warning-free | Frank Ch. Eigler | 2008-05-07 | 2 | -0/+6 | |
| | | ||||||
* | | PR5648: Fix unaligned access warning in stp_print_flush on ia64 | Masami Hiramatsu | 2008-05-07 | 3 | -10/+21 | |
| | | ||||||
* | | PR5648: Fix memcpy's endianess issue. | Masami Hiramatsu | 2008-05-07 | 2 | -3/+14 | |
| | | ||||||
* | | futexes.meta, nettop.meta, pf2.meta: New. | William Cohen | 2008-05-07 | 4 | -0/+43 | |
| | | ||||||
* | | Clean up output. | William Cohen | 2008-05-07 | 2 | -2/+6 | |
| | | ||||||
* | | PR444886: add .../build/... to default debuginfo search path | Frank Ch. Eigler | 2008-05-05 | 3 | -2/+8 | |
| | | ||||||
* | | More signal cleanup. | Martin Hunt | 2008-05-05 | 2 | -9/+6 | |
| | | ||||||
* | | Fix problem handling SIG_CHLD | Martin Hunt | 2008-05-05 | 2 | -2/+19 | |
| | | ||||||
* | | Cleanup signal handling for staprun. | Martin Hunt | 2008-05-05 | 2 | -46/+77 | |
| | | ||||||
* | | PR6481: timer reset needs irqs reenabled | Frank Ch. Eigler | 2008-05-05 | 2 | -2/+11 | |
| | | ||||||
* | | Made runtime/task_finder.c improvements. | David Smith | 2008-05-05 | 2 | -65/+85 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-05 David Smith <dsmith@redhat.com> * task_finder.c (stap_utrace_detach_ops): Make sure we ignore /sbin/init. (__stp_utrace_attach): Added function to handle details of attaching a utrace engine. (__stp_utrace_task_finder_report_clone): Calls __stp_utrace_attach. (__stp_utrace_task_finder_report_exec): Ditto. (stap_start_task_finder): Ditto. | |||||
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-05-01 | 2 | -0/+17 | |
|\ \ | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: 2008-05-01 William Cohen <wcohen@redhat.com> | |||||
| * | | 2008-05-01 William Cohen <wcohen@redhat.com> | William Cohen | 2008-05-01 | 2 | -0/+17 | |
| | | | | | | | | | | | | * helloworld.meta: New file. | |||||
* | | | PR6474: use position-independent-executable security c/ld-flags for stap* ↵ | Frank Ch. Eigler | 2008-05-01 | 7 | -55/+143 | |
|/ / | | | | | | | | | | | binaries tested on rhel5 i386/x86-64, fedora7 x86-64 | |||||
* | | add git commit summary guidelines | Frank Ch. Eigler | 2008-04-30 | 1 | -0/+3 | |
| | | ||||||
* | | PR5648: Fix unaligned access warning on ia64. | Shaohua Li | 2008-04-30 | 2 | -3/+9 | |
| | | ||||||
* | | PR6008: Increase the limitation of the buffer size to 4095MB. | Masami Hiramatsu | 2008-04-30 | 5 | -6/+19 | |
| | | ||||||
* | | PR5645: Fix sub-buffer size calculation and debug messages. | Masami Hiramatsu | 2008-04-30 | 5 | -3/+18 | |
| | | ||||||
* | | PR6466: broad side-effect free statement elision | Frank Ch. Eigler | 2008-04-29 | 16 | -90/+258 | |
| | | ||||||
* | | Made utrace probes more robust. | David Smith | 2008-04-29 | 4 | -57/+101 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-29 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): Added death event handlers to ensure that for every utrace_attach there is a corresponding utrace_detach. (utrace_derived_probe_group::emit_module_decls): Ditto. 2008-04-29 David Smith <dsmith@redhat.com> * task_finder.c: Made more robust by ensuring that all utrace attaches have a corresponding utrace detach. | |||||
* | | 2008-04-27 William Cohen <wcohen@redhat.com> | William Cohen | 2008-04-28 | 1 | -0/+3 | |
| | | | | | | | | * check.exp: New script to run tests on cataloged examples. | |||||
* | | 2008-04-27 William Cohen <wcohen@redhat.com> | William Cohen | 2008-04-28 | 1 | -0/+75 | |
| | | | | | | | | * check.exp: New script to run tests on cataloged examples. | |||||
* | | cleanup: remove never-implemented runtime TEST_MODE compile flag | Frank Ch. Eigler | 2008-04-28 | 4 | -11/+8 | |
| | | ||||||
* | | revert commit f0e6dc6304; overload detection logic was fine already | Frank Ch. Eigler | 2008-04-26 | 2 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | btw, here's a test script to monitor the persistent context values: function cycles(which:long) %{ THIS->__retvalue = (THIS->which == 0) ? CONTEXT->cycles_base : CONTEXT->cycles_sum; %} probe timer.profile { /* just for */ backtrace() /* load generation */ printf("%d %d\n", cycles(0), cycles(1)) } probe timer.s(1) { exit() } | |||||
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-04-25 | 4 | -1/+17 | |
|\ \ | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Handles markers with no format string. Fixed task_finder.c kernel 2.6.25 change. | |||||
| * | | Handles markers with no format string. | David Smith | 2008-04-25 | 2 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-25 David Smith <dsmith@redhat.com> PR 6455. * tapsets.cxx (mark_builder::build): Handles markers with no format string. | |||||
| * | | Fixed task_finder.c kernel 2.6.25 change. | Srinivasa | 2008-04-25 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | 2008-04-25 David Smith <dsmith@redhat.com> From Srinivasa <srinivasa@in.ibm.com> * task_finder.c (__stp_get_mm_path): Fixed kernel 2.6.25 change. | |||||
* | | | simplify systemtap.spec configuration vars | Frank Ch. Eigler | 2008-04-25 | 2 | -11/+5 | |
|/ / | ||||||
* | | PR6454: fix "stap -l" listing of space-laden probe point names | Frank Ch. Eigler | 2008-04-24 | 2 | -8/+19 | |
| | | ||||||
* | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | William Cohen | 2008-04-24 | 3 | -3/+9 | |
|\ \ | ||||||
| * \ | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-04-24 | 46 | -5/+10 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Made kernel 2.6.25 changes in task_finder.c. Move examples to testsuite/systemtap.examples | |||||
| * | | | PR6451: avoid one class of staprun shutdown deadlock (module/.ctl filehandle ↵ | Frank Ch. Eigler | 2008-04-24 | 3 | -3/+9 | |
| | | | | | | | | | | | | | | | | = 0) | |||||
* | | | | Move examples to testsuite/systemtap.examples. | William Cohen | 2008-04-24 | 7 | -34/+74 | |
| |/ / |/| | | ||||||
* | | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | William Cohen | 2008-04-24 | 2 | -5/+10 | |
|\ \ \ | ||||||
| * | | | Made kernel 2.6.25 changes in task_finder.c. | David Smith | 2008-04-24 | 2 | -5/+10 | |
| |/ / | | | | | | | | | | | | | | | | 2008-04-24 David Smith <dsmith@redhat.com> * task_finder.c (__stp_get_mm_path): Made kernel 2.6.25 changes. | |||||
* / / | Move examples to testsuite/systemtap.examples | William Cohen | 2008-04-24 | 44 | -0/+0 | |
|/ / | ||||||
* | | PR6416: extend probing blacklist with more init/exit sections | Srinivasa DS | 2008-04-23 | 2 | -1/+12 | |
| | | ||||||
* | | fix overload-detection uninitialized variable bug | Frank Ch. Eigler | 2008-04-23 | 2 | -1/+11 | |
| | | | | | | | | Reported-By: Peter Teoh <htmldeveloper@gmail.com> | |||||
* | | Allow staprun to run on kernels without capabilities configured. | Martin Hunt | 2008-04-22 | 6 | -41/+53 | |
| | |