summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | More signal cleanup.Martin Hunt2008-05-052-9/+6
| | | | | | |
* | | | | | | Fix problem handling SIG_CHLDMartin Hunt2008-05-052-2/+19
| | | | | | |
* | | | | | | Cleanup signal handling for staprun.Martin Hunt2008-05-052-46/+77
| | | | | | |
* | | | | | | PR6481: timer reset needs irqs reenabledFrank Ch. Eigler2008-05-052-2/+11
| | | | | | |
* | | | | | | Made runtime/task_finder.c improvements.David Smith2008-05-052-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/systemtapFrank Ch. Eigler2008-05-012-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 Cohen2008-05-012-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * helloworld.meta: New file.
* | | | | | | | PR6474: use position-independent-executable security c/ld-flags for stap* ↵Frank Ch. Eigler2008-05-017-55/+143
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | binaries tested on rhel5 i386/x86-64, fedora7 x86-64
* | | | | | | add git commit summary guidelinesFrank Ch. Eigler2008-04-301-0/+3
| | | | | | |
* | | | | | | PR5648: Fix unaligned access warning on ia64.Shaohua Li2008-04-302-3/+9
| | | | | | |
* | | | | | | PR6008: Increase the limitation of the buffer size to 4095MB.Masami Hiramatsu2008-04-305-6/+19
| | | | | | |
* | | | | | | PR5645: Fix sub-buffer size calculation and debug messages.Masami Hiramatsu2008-04-305-3/+18
| |_|_|_|_|/ |/| | | | |
* | | | | | PR6466: broad side-effect free statement elisionFrank Ch. Eigler2008-04-2916-90/+258
| | | | | |
* | | | | | Made utrace probes more robust.David Smith2008-04-294-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 Cohen2008-04-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * check.exp: New script to run tests on cataloged examples.
* | | | | | 2008-04-27 William Cohen <wcohen@redhat.com>William Cohen2008-04-281-0/+75
| |_|_|_|/ |/| | | | | | | | | | | | | | * check.exp: New script to run tests on cataloged examples.
* | | | | cleanup: remove never-implemented runtime TEST_MODE compile flagFrank Ch. Eigler2008-04-284-11/+8
| |_|_|/ |/| | |
* | | | revert commit f0e6dc6304; overload detection logic was fine alreadyFrank Ch. Eigler2008-04-262-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/systemtapFrank Ch. Eigler2008-04-254-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 Smith2008-04-252-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.Srinivasa2008-04-252-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 varsFrank Ch. Eigler2008-04-252-11/+5
|/ / /
* | | PR6454: fix "stap -l" listing of space-laden probe point namesFrank Ch. Eigler2008-04-242-8/+19
| | |
* | | Merge branch 'master' of git://sources.redhat.com/git/systemtapWilliam Cohen2008-04-243-3/+9
|\ \ \
| * \ \ Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-04-2446-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. Eigler2008-04-243-3/+9
| | | | | | | | | | | | | | | | | | | | = 0)
* | | | | Move examples to testsuite/systemtap.examples.William Cohen2008-04-247-34/+74
| |/ / / |/| | |
* | | | Merge branch 'master' of git://sources.redhat.com/git/systemtapWilliam Cohen2008-04-242-5/+10
|\ \ \ \
| * | | | Made kernel 2.6.25 changes in task_finder.c.David Smith2008-04-242-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.examplesWilliam Cohen2008-04-2444-0/+0
|/ / /
* | / PR6416: extend probing blacklist with more init/exit sectionsSrinivasa DS2008-04-232-1/+12
| |/ |/|
* | fix overload-detection uninitialized variable bugFrank Ch. Eigler2008-04-232-1/+11
| | | | | | | | Reported-By: Peter Teoh <htmldeveloper@gmail.com>
* | Allow staprun to run on kernels without capabilities configured.Martin Hunt2008-04-226-41/+53
| |
* | Simplified systemtap.base/utrace_p5.exp a little.David Smith2008-04-222-5/+2
| | | | | | | | | | | | 2008-04-22 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p5.exp: Simplfied a little.
* | Move send_request out of common.c because staprun no longer sends anything.Martin Hunt2008-04-224-27/+32
| |
* | Add documentation for staprun -d option.Martin Hunt2008-04-224-1/+16
| |
* | Added run-time utrace tests.David Smith2008-04-222-0/+149
| | | | | | | | | | | | 2008-04-22 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p5.exp: Added run-time utrace tests.
* | Removed debug statements.David Smith2008-04-222-3/+5
| | | | | | | | | | | | | | 2008-04-22 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_module_decls): Removed debug statements.
* | Renamed semko/utrace02.stp to parseko/utrace01.stp.David Smith2008-04-222-0/+5
| | | | | | | | | | | | | | 2008-04-21 David Smith <dsmith@redhat.com> * parseko/utrace01.stp: Renamed from semko/utrace02.stp (since it received a parse error, not a semantic error).
* | Change staprun to exec stapio. Add "-d" option to staprun.Martin Hunt2008-04-2115-498/+174
| |
* | Added utrace exec probes.David Smith2008-04-186-16/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-18 David Smith <dsmith@redhat.com> * tapsets.cxx (struct utrace_builder): Added exec probes. (utrace_derived_probe_group::emit_probe_decl): Ditto. (utrace_derived_probe_group::emit_module_decls): Ditto. (register_standard_tapsets): Ditto. * stapprobes.5.in: Added information about exec probes. * NEWS: Added information about utrace probes. 2008-04-18 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p4.exp: Added exec probe test.
* | Added utrace probe documentation.David Smith2008-04-182-0/+38
| | | | | | | | | | | | 2008-04-18 David Smith <dsmith@redhat.com> * stapprobes.5.in: Added information about utrace probes.
* | Rewrote utrace buildok tests to check for kernel utrace support.David Smith2008-04-185-18/+105
| | | | | | | | | | | | | | | | | | | | 2008-04-18 David Smith <dsmith@redhat.com> * buildok/utrace01.stp: Removed. * buildok/utrace02.stp: Ditto. * buildok/utrace03.stp: Ditto. * systemtap.base/utrace_p4.exp: Rewrote buildok tests to check for kernel utrace support.
* | Shiny new Vim highlightingJosh Stone2008-04-172-36/+49
| | | | | | | | | | Recognize the 'limit' keyword and script arguments, allow '$' in variable names, and highlight $target variables.
* | Refresh cscope.filesJosh Stone2008-04-171-7/+36
| |
* | Fix the blacklist regexps for atomic functionsJosh Stone2008-04-172-8/+6
| |
* | Added process PATH checking and conditional utrace handler function calls.David Smith2008-04-172-43/+105
| | | | | | | | | | | | | | | | | | | | 2008-04-17 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_builder::build): Make sure that the PATH of 'process("PATH")' probes is an absolute path. (utrace_derived_probe_group::emit_module_decls): Made calls to utrace probe handler functions conditional on which types of utrace probes are going to be output.
* | Added new utrace tests.David Smith2008-04-1717-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-17 David Smith <dsmith@redhat.com> * buildok/utrace01.stp: New test. * buildok/utrace02.stp: Ditto. * buildok/utrace03.stp: Ditto. * semko/utrace01.stp: Ditto. * semko/utrace02.stp: Ditto. * semko/utrace03.stp: Ditto. * semko/utrace04.stp: Ditto. * semko/utrace05.stp: Ditto. * semko/utrace06.stp: Ditto. * semko/utrace07.stp: Ditto. * semko/utrace08.stp: Ditto. * semko/utrace09.stp: Ditto. * semko/utrace10.stp: Ditto. * semko/utrace11.stp: Ditto. * semko/utrace12.stp: Ditto. * semko/utrace13.stp: Ditto.
* | RHEL4 gcc compatibility: dummy ctor in unused task_finder_derived_probeFrank Ch. Eigler2008-04-162-0/+7
| |
* | PR6417: extend kprobe blacklist some moreSrinivasa DS2008-04-162-0/+19
| |