summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtapJim Keniston2008-09-1528-200/+256
|\
| * Low byte of clone flags is always set to SIGCHLD in forkwait.c test.Mark Wielaard2008-09-172-1/+5
| |
| * Timer id in timer.c test can be arbitrary number.Mark Wielaard2008-09-172-4/+8
| |
| * Don't try including unnecessary asm/page.h in swap.c test.Mark Wielaard2008-09-172-1/+4
| |
| * Removed commented out code and unneeded embedded C-code from aux_syscalls.stp.Mark Wielaard2008-09-172-154/+41
| |
| * PR6879: uprobe support for 0x64/0x65 segment prefix instructionsJim Keniston2008-09-173-12/+15
| |
| * add new stap -F (flight recorder) option that just passes through to staprun -LNobuhiro Tachino2008-09-165-1/+20
| |
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-09-168-20/+36
| |\
| | * Add empty argstr to syscall.vm86_warning to stop warnings on probe syscall.*Mark Wielaard2008-09-162-0/+5
| | |
| | * Fix 2.6.27 detection.Mark Wielaard2008-09-157-20/+31
| | |
| * | minor edits as per david smith, flavio leitnerddomingo2008-09-161-0/+73
| |/
| * minor revisions as per dsmithddomingo2008-09-153-9/+36
| |
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-09-1528-127/+295
| |\
| | * testsuite tweaks for rhel5Frank Ch. Eigler2008-09-125-5/+17
| | |
| | * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-121-1/+1
| | |\
| | | * fix bspcache regression typoFrank Ch. Eigler2008-09-121-1/+1
| | | |
| | * | Use ps to check for server startup on stap-start-serverDave Brolley2008-09-122-1/+2
| | |/
| * | fixed tag errorddomingo2008-09-111-1/+1
| | |
| * | added remarksddomingo2008-09-111-3/+13
| | |
* | | Per bz6879, allow gs: and fs: instruction prefixes.Jim Keniston2008-09-123-12/+15
| |/ |/|
* | ChangeLog entry for previous commit.Dave Brolley2008-09-121-0/+4
| |
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-1210-20/+108
|\ \
| * | PR6028: use ip instead of pp for probe identification.Masami Hiramatsu2008-09-124-5/+17
| | |
| * | add gmon.out to .gitignoreFrank Ch. Eigler2008-09-121-0/+1
| | |
| * | BZ 6755 fix. Wait until all callbacks are finished.David Smith2008-09-122-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 tweaksFrank Ch. Eigler2008-09-126-8/+20
| | |
* | | Ensure $first_stap is not empty in staprun_PATHDave Brolley2008-09-121-0/+6
|/ /
* | Formatting problems in sta-server.8.inDave Brolley2008-09-122-35/+39
| |
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-1210-35/+62
|\ \ | | | | | | | | | | | | | | | Conflicts: ChangeLog
| * | Fix redundant implicit probe points in listing modeWenji Huang2008-09-124-24/+33
| | |
| * | Ignore new warning.David Smith2008-09-112-0/+5
| | | | | | | | | | | | | | | | | | 2008-09-11 David Smith <dsmith@redhat.com> * lib/stap_run.exp: Ignore new warning.
| * | PR6871: test caseFrank Ch. Eigler2008-09-113-4/+10
| | |
| * | PR6871: sadly, reenable prologue searching for user-space function probesFrank Ch. Eigler2008-09-112-7/+9
| | |
| * | comment out new "WARNING: unwind data not found ..."Frank Ch. Eigler2008-09-111-0/+5
| | |
* | | fixes for stap-find-servers and systemtap.specDave Brolley2008-09-123-11/+28
|/ /
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-105-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.
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-09-1123-258/+601
| |\
| | * Ensure that "stap -l ..." only prints probe names, not variables.Josh Stone2008-09-104-8/+37
| | |
| * | added Handlers description, more cleanupddomingo2008-09-111-5/+152
| | |
* | | parser/scanner speedupFrank Ch. Eigler2008-09-103-17/+26
| | |
* | | PR6876 testsuite regression tweakFrank Ch. Eigler2008-09-101-4/+4
| |/ |/|
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-1014-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 unwindingFrank Ch. Eigler2008-09-103-4/+14
| | |
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-106-81/+133
| |\ \
| | * | Check for dwarf_getelf (elfutils 0.126+).Mark Wielaard2008-09-106-81/+133
| | | |
| * | | Add network security warning for the client/server.Dave Brolley2008-09-102-1/+9
| |/ /
| * | hangeLog entries for latest commits.Dave Brolley2008-09-101-0/+9
| | |
| * | Move stap-find-* script to client sub rpm.Dave Brolley2008-09-101-2/+1
| | |
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-1033-103/+713
| |\ \
| | * | Rename _stp_module module_base output to dwarf_module_base and document.Mark Wielaard2008-09-105-5/+20
| | | |