summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PR4886: weaken build-id failure semanticsFrank Ch. Eigler2008-10-076-49/+56
|
* Transform struct sigaction32 to struct sigaction for rt_sigaction32 syscall.Mark Wielaard2008-10-073-41/+107
|
* Add workaround for fedora 9 2.6.26 kernels to utrace_compatibility.h.Mark Wielaard2008-10-062-1/+26
|
* Add uprobes.txt.Jim Keniston2008-10-061-0/+675
|
* PR4886: check build-id if able.Wenji Huang2008-10-067-1/+147
| | | | This provides sanity check of debuginfo file based on build-id. Many cases are considered, whether build-id exists in debuginfo file or not, whether module is loaded or not, whether build-id exists in runtime kernel/module. It will do work when LD >= 2.18 and kernel >=2.6.23, otherwise no check.
* Expect syscall faccessat, fchmodat, linkat, symlinkat, readlinkat chain-calls.Mark Wielaard2008-10-054-11/+31
|
* Guess where debuginfo is installed for debugpath.exp test.Mark Wielaard2008-10-042-1/+16
|
* Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtapJim Keniston2008-10-032-1/+17
|\
| * Remove debug output from warning in procfs.Mark Wielaard2008-10-042-2/+6
| |
| * procfs dir_entry count warning on removal depends on kernel version.Mark Wielaard2008-10-042-3/+15
| |
* | PR 6850Jim Keniston2008-10-035-28/+272
| | | | | | | | | | Fix handling of fork with uretprobe_instances outstanding. Add regression test.
* | Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtapJim Keniston2008-10-0321-227/+403
|\|
| * Adjust expected foreach ordering in global_end.exp due to commit e91b23bc.Mark Wielaard2008-10-032-4/+8
| |
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-10-029-58/+118
| |\
| | * fix bugs in add_bad_addr_entryTim Moore2008-10-022-2/+8
| | |
| | * Adjust semok/thirtythree.stp test to pass on older kernels.Mark Wielaard2008-10-012-1/+6
| | |
| | * fix test suite regression due to commit e91b23bcFrank Ch. Eigler2008-10-011-1/+1
| | | | | | | | | | | | Reported-By: mjw
| | * More README text tweaks for run optionsFrank Ch. Eigler2008-09-301-11/+11
| | |
| | * PR6925: mention the possibility of running the build tree "stap" after "make ↵Frank Ch. Eigler2008-09-301-3/+6
| | | | | | | | | | | | install"
| | * PR6925: add more information about installing and running stapFrank Ch. Eigler2008-09-301-5/+26
| | |
| | * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-304-48/+68
| | |\ | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Fix race condition in addr-map; simplify allocation logic Don't crash when reporting an error if getting alternatives fails.
| | | * Fix race condition in addr-map; simplify allocation logicTim Moore2008-09-302-46/+58
| | | |
| | | * Don't crash when reporting an error if getting alternatives fails.Mark Wielaard2008-09-302-2/+10
| | | |
| | * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-3010-58/+698
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: added sections to Useful Scripts (graphs, disktop) added file added gnuplot sample image correcting a tag error added Usage item committing added cross-instrumentation, deploying systemtap minor, added notes for Using SystemTap chapter added section on tapsets revisions as per sghosh
| | * | sort arrays by value- subject to automagic foreach/printfFrank Ch. Eigler2008-09-262-1/+6
| | | |
| * | | 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
| | |/ | |/|
* | | Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtapJim Keniston2008-09-2915-78/+751
|\| |
| * | 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
| | |
| * | 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
| |\ \
| * | | 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://kenistoj@sources.redhat.com/git/systemtapJim Keniston2008-09-2617-59/+480
|\ \ \ \ | | |_|/ | |/| |
| * | | 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>