Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | added Usage item | ddomingo | 2008-09-26 | 2 | -9/+75 | |
| | | | | ||||||
* | | | | committing | ddomingo | 2008-09-23 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | added cross-instrumentation, deploying systemtap | ddomingo | 2008-09-22 | 4 | -8/+237 | |
| | | | | ||||||
* | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2008-09-22 | 21 | -174/+252 | |
|\| | | | ||||||
| * | | | Moved reboot.h include out of _reboot_magic_str in aux_syscalls.stp. | Mark Wielaard | 2008-09-18 | 2 | -1/+11 | |
| | | | | ||||||
| * | | | Fix PR 6903 by checking for the real uid, not the euid. | David Smith | 2008-09-18 | 2 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-18 David Smith <dsmith@redhat.com> PR 6903. * staprun_funcs.c (check_permissions): Instead of checking the effective uid, check the real uid for root permissions. | |||||
| * | | | PR 6487, 6504: robustify __stp_print_flush | Frank Ch. Eigler | 2008-09-17 | 5 | -3/+145 | |
| | |/ | |/| | ||||||
| * | | Low byte of clone flags is always set to SIGCHLD in forkwait.c test. | Mark Wielaard | 2008-09-17 | 2 | -1/+5 | |
| | | | ||||||
| * | | Timer id in timer.c test can be arbitrary number. | Mark Wielaard | 2008-09-17 | 2 | -4/+8 | |
| | | | ||||||
| * | | Don't try including unnecessary asm/page.h in swap.c test. | Mark Wielaard | 2008-09-17 | 2 | -1/+4 | |
| | | | ||||||
| * | | Removed commented out code and unneeded embedded C-code from aux_syscalls.stp. | Mark Wielaard | 2008-09-17 | 2 | -154/+41 | |
| | | | ||||||
| * | | PR6879: uprobe support for 0x64/0x65 segment prefix instructions | Jim Keniston | 2008-09-17 | 3 | -12/+15 | |
| | | | ||||||
| * | | add new stap -F (flight recorder) option that just passes through to staprun -L | Nobuhiro Tachino | 2008-09-16 | 5 | -1/+20 | |
| | | | ||||||
* | | | minor, added notes for Using SystemTap chapter | ddomingo | 2008-09-17 | 1 | -0/+6 | |
| | | | ||||||
* | | | added section on tapsets | ddomingo | 2008-09-17 | 1 | -1/+28 | |
| | | | ||||||
* | | | revisions as per sghosh | ddomingo | 2008-09-17 | 1 | -37/+61 | |
|/ / | ||||||
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2008-09-16 | 8 | -20/+36 | |
|\ \ | ||||||
| * | | Add empty argstr to syscall.vm86_warning to stop warnings on probe syscall.* | Mark Wielaard | 2008-09-16 | 2 | -0/+5 | |
| | | | ||||||
| * | | Fix 2.6.27 detection. | Mark Wielaard | 2008-09-15 | 7 | -20/+31 | |
| | | | ||||||
* | | | minor edits as per david smith, flavio leitner | ddomingo | 2008-09-16 | 1 | -0/+73 | |
|/ / | ||||||
* | | minor revisions as per dsmith | ddomingo | 2008-09-15 | 3 | -9/+36 | |
| | | ||||||
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2008-09-15 | 28 | -127/+295 | |
|\ \ | ||||||
| * | | testsuite tweaks for rhel5 | Frank Ch. Eigler | 2008-09-12 | 5 | -5/+17 | |
| | | | ||||||
| * | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2008-09-12 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | fix bspcache regression typo | Frank Ch. Eigler | 2008-09-12 | 1 | -1/+1 | |
| | |/ | ||||||
| * / | Use ps to check for server startup on stap-start-server | Dave Brolley | 2008-09-12 | 2 | -1/+2 | |
| |/ | ||||||
| * | ChangeLog entry for previous commit. | Dave Brolley | 2008-09-12 | 1 | -0/+4 | |
| | | ||||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2008-09-12 | 10 | -20/+108 | |
| |\ | ||||||
| | * | PR6028: use ip instead of pp for probe identification. | Masami Hiramatsu | 2008-09-12 | 4 | -5/+17 | |
| | | | ||||||
| | * | add gmon.out to .gitignore | Frank Ch. Eigler | 2008-09-12 | 1 | -0/+1 | |
| | | | ||||||
| | * | BZ 6755 fix. Wait until all callbacks are finished. | David Smith | 2008-09-12 | 2 | -7/+70 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-12 David Smith <dsmith@redhat.com> BZ 6755 * task_finder.c: Added 'inuse' count to know when handlers are still running. (__stp_utrace_task_finder_report_clone): If state isn't correct, detach. Increase 'inuse' count when starting, decrement when exiting. (__stp_utrace_task_finder_report_exec): Ditto. (__stp_utrace_task_finder_target_death): Ditto. (__stp_utrace_task_finder_target_quiesce): Increase 'inuse' count when starting, decrement when exiting. (__stp_utrace_task_finder_target_syscall_entry): Ditto. (__stp_utrace_task_finder_target_syscall_exit): Ditto. (stap_stop_task_finder): Wait until all callbacks are finished. | |||||
| | * | gcc 4.4 build compatibility tweaks | Frank Ch. Eigler | 2008-09-12 | 6 | -8/+20 | |
| | | | ||||||
| * | | Ensure $first_stap is not empty in staprun_PATH | Dave Brolley | 2008-09-12 | 1 | -0/+6 | |
| |/ | ||||||
| * | Formatting problems in sta-server.8.in | Dave Brolley | 2008-09-12 | 2 | -35/+39 | |
| | | ||||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2008-09-12 | 10 | -35/+62 | |
| |\ | | | | | | | | | | | | | | | | Conflicts: ChangeLog | |||||
| | * | Fix redundant implicit probe points in listing mode | Wenji Huang | 2008-09-12 | 4 | -24/+33 | |
| | | | ||||||
| | * | Ignore new warning. | David Smith | 2008-09-11 | 2 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | 2008-09-11 David Smith <dsmith@redhat.com> * lib/stap_run.exp: Ignore new warning. | |||||
| | * | PR6871: test case | Frank Ch. Eigler | 2008-09-11 | 3 | -4/+10 | |
| | | | ||||||
| | * | PR6871: sadly, reenable prologue searching for user-space function probes | Frank Ch. Eigler | 2008-09-11 | 2 | -7/+9 | |
| | | | ||||||
| | * | comment out new "WARNING: unwind data not found ..." | Frank Ch. Eigler | 2008-09-11 | 1 | -0/+5 | |
| | | | ||||||
| * | | fixes for stap-find-servers and systemtap.spec | Dave Brolley | 2008-09-12 | 3 | -11/+28 | |
| |/ | ||||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-09-10 | 5 | -13/+189 | |
| |\ | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: added Handlers description, more cleanup Ensure that "stap -l ..." only prints probe names, not variables. | |||||
| * | | parser/scanner speedup | Frank Ch. Eigler | 2008-09-10 | 3 | -17/+26 | |
| | | | ||||||
| * | | PR6876 testsuite regression tweak | Frank Ch. Eigler | 2008-09-10 | 1 | -4/+4 | |
| | | | ||||||
* | | | fixed tag error | ddomingo | 2008-09-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | added remarks | ddomingo | 2008-09-11 | 1 | -3/+13 | |
| |/ |/| | ||||||
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2008-09-11 | 23 | -258/+601 | |
|\ \ | ||||||
| * | | Ensure that "stap -l ..." only prints probe names, not variables. | Josh Stone | 2008-09-10 | 4 | -8/+37 | |
| |/ | ||||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-09-10 | 14 | -101/+226 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: backtrace fix for i386 with neither frame pointers nor dwarf unwinding Add network security warning for the client/server. Check for dwarf_getelf (elfutils 0.126+). hangeLog entries for latest commits. Move stap-find-* script to client sub rpm. Rename _stp_module module_base output to dwarf_module_base and document. Remove unnecessary dependencies. Correct man page specs in systemtap.spec Create systemtap-client and systemtap-server sub rpms | |||||
| | * | backtrace fix for i386 with neither frame pointers nor dwarf unwinding | Frank Ch. Eigler | 2008-09-10 | 3 | -4/+14 | |
| | | |