summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* new section, iotop.stpddomingo2008-10-0211-161/+175
|
* added installation chapterddomingo2008-10-011-0/+98
|
* removed brackets in replaceables, my mistakeddomingo2008-10-013-27/+27
|
* added sections to Useful Scripts (graphs, disktop)ddomingo2008-09-295-82/+155
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-09-2913-72/+368
|\
| * PR6916: fix STRUCT1 ($var alternatives error message syntax) regressionFrank Ch. Eigler2008-09-265-20/+53
| |
| * PR6829: leave unregister_uprobe() to the professionals (uprobe itself) for ↵Frank Ch. Eigler2008-09-262-5/+27
| | | | | | | | target exec/exit
| * Fixed __STP_ATTACHED_TASK_EVENTS problem caused by last commit.David Smith2008-09-262-1/+5
| | | | | | | | | | | | | | 2008-09-26 David Smith <dsmith@redhat.com> * task_finder.c (__STP_ATTACHED_TASK_EVENTS): Removed UTRACE_STOP, which isn't needed anymore.
| * New utrace fixes.David Smith2008-09-253-29/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-25 David Smith <dsmith@redhat.com> * task_finder.c (__stp_utrace_attach): Added action flag to know to request the thread to be stopped or not. (stap_utrace_attach): Now just calls __stp_utrace_attach(). (__stp_utrace_task_finder_target_quiesce): Handles utrace_set_events() errors properly. * utrace_compatibility.h (enum utrace_resume_action): Added utrace_resume_action enum. (utrace_control): Added UTRACE_STOP support. (utrace_engine_put): New. (utrace_barrier): New.
| * tweak anon-struct test case and news blurbFrank Ch. Eigler2008-09-252-5/+8
| |
| * Handling members with anonymous structs / unionsPrerna2008-09-254-12/+118
| |
| * Correct dwfl_assert () implementation.Mark Wielaard2008-09-242-1/+6
| |
| * socket.stp (socket.aio_read/write): Fix version-checking method.Zhaolei2008-09-232-4/+8
| | | | | | | | Thanks Mark Wielaard <mjw@redhat.com>
| * socket.stp (socket.aio_read/write): Fix the semantic error caused by the ↵Zhaolei2008-09-222-6/+33
| | | | | | | | difference of kernel versions.
* | added fileddomingo2008-09-291-0/+212
| |
* | added gnuplot sample imageddomingo2008-09-291-0/+0
| |
* | correcting a tag errorddomingo2008-09-261-1/+1
| |
* | added Usage itemddomingo2008-09-262-9/+75
| |
* | committingddomingo2008-09-231-1/+4
| |
* | added cross-instrumentation, deploying systemtapddomingo2008-09-224-8/+237
| |
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-09-2221-174/+252
|\|
| * Moved reboot.h include out of _reboot_magic_str in aux_syscalls.stp.Mark Wielaard2008-09-182-1/+11
| |
| * Fix PR 6903 by checking for the real uid, not the euid.David Smith2008-09-182-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_flushFrank Ch. Eigler2008-09-175-3/+145
| |
| * 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
| |
* | minor, added notes for Using SystemTap chapterddomingo2008-09-171-0/+6
| |
* | added section on tapsetsddomingo2008-09-171-1/+28
| |
* | revisions as per sghoshddomingo2008-09-171-37/+61
|/
* 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
| |/
| * 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
| |/