summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'origin/master' into pr6429-comp-unwindsymsFrank Ch. Eigler2008-05-2150-130/+1311
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': Fix assignment optimization expected results. PR6538: more testsuite tweaks for read-only warnings PR6538: more tapset fixes PR6538: explain why absentstats.stp logs will contain warnings PR6538: fix treatment of initialized globals Use pointer_arg to fetch arguments for syscall.utime and compat_utime. Optimize compound and binary expression assignments. Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*. PR6538: tapset changes PR6538: testsuite changes PR5001: fix test suite collateral damage PR6538: warn about read-only variables Add some scripts and descriptions to the systemtap.examples. PR5001: Remove _stp_ctime and always use ctime. Use tr1/unordered_map instead of the deprecated ext/hash_map. PR6524: ctime() on bad values hangs system. Optimize away assignments in other contexts. Optimize away assignments in other contexts. dummy commit for testing systemtap-cvs notification Remove sa_restorer initialization.
| * Fix assignment optimization expected results.Stan Cox2008-05-212-10/+1
| |
| * PR6538: more testsuite tweaks for read-only warningsFrank Ch. Eigler2008-05-2111-13/+21
| |
| * PR6538: more tapset fixesFrank Ch. Eigler2008-05-212-1/+6
| |
| * PR6538: explain why absentstats.stp logs will contain warningsFrank Ch. Eigler2008-05-211-0/+4
| |
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-05-217-8/+45
| |\ | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Use pointer_arg to fetch arguments for syscall.utime and compat_utime. Optimize compound and binary expression assignments.
| | * Use pointer_arg to fetch arguments for syscall.utime and compat_utime.Mark Wielaard2008-05-212-8/+13
| | |
| | * Optimize compound and binary expression assignments.Stan Cox2008-05-215-0/+32
| | |
| * | PR6538: fix treatment of initialized globalsFrank Ch. Eigler2008-05-213-4/+8
| | |
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-05-212-3/+9
| |\| | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*.
| | * Check new (sub) functions of _struct_utimbuf_* and _struct_compat_utimbuf_*.Mark Wielaard2008-05-212-2/+11
| | |
| * | PR6538: tapset changesFrank Ch. Eigler2008-05-205-14/+16
| | |
| * | PR6538: testsuite changesFrank Ch. Eigler2008-05-206-12/+21
| | |
| * | PR5001: fix test suite collateral damageFrank Ch. Eigler2008-05-202-2/+5
| | |
| * | PR6538: warn about read-only variablesFrank Ch. Eigler2008-05-203-6/+68
| |/
| * Add some scripts and descriptions to the systemtap.examples.William Cohen2008-05-2011-0/+294
| |
| * PR5001: Remove _stp_ctime and always use ctime.Mark Wielaard2008-05-206-64/+87
| |
| * Use tr1/unordered_map instead of the deprecated ext/hash_map.Tim Moore2008-05-205-11/+424
| |
| * PR6524: ctime() on bad values hangs system.Mark Wielaard2008-05-205-2/+121
| |
| * Optimize away assignments in other contexts.Stan Cox2008-05-192-0/+11
| |
| * Optimize away assignments in other contexts.Stan Cox2008-05-193-0/+186
| |
| * dummy commit for testing systemtap-cvs notificationFrank Ch. Eigler2008-05-191-0/+1
| |
| * Remove sa_restorer initialization.William Cohen2008-05-192-1/+4
| |
* | Merge commit 'origin/master' into pr6429-comp-unwindsymsFrank Ch. Eigler2008-05-178-64/+179
|\| | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': suppress "pass-2 failed" messages from "stap -l FOOBAR"; just produce empty output make the mod_cu_function_cache a hash_map instead of map for more go-go PR5643: function caching for much faster syscall.* pass-2 processing Fixed PR 6499 (utrace probe crash). note "make installcheck" in post-build checkout Ignores signals when removing the temporary directory. Add appropriate ChangeLog entry for earlier checkin.
| * suppress "pass-2 failed" messages from "stap -l FOOBAR"; just produce empty ↵Frank Ch. Eigler2008-05-173-7/+10
| | | | | | | | output
| * make the mod_cu_function_cache a hash_map instead of map for more go-goFrank Ch. Eigler2008-05-172-3/+14
| |
| * PR5643: function caching for much faster syscall.* pass-2 processingFrank Ch. Eigler2008-05-163-39/+87
| |
| * Fixed PR 6499 (utrace probe crash).David Smith2008-05-162-14/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-16 David Smith <dsmith@redhat.com> PR 6499. * task_finder.c (stap_register_task_finder_target): Added error check. (__stp_utrace_task_finder_report_clone): Ditto. (stap_utrace_detach_ops): Uses do_each_thread/while_each_thread instead of for_each_process (which only iterated among process group leaders instead of all threads). (stap_start_task_finder): Ditto.
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-05-163-4/+41
| |\ | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Ignores signals when removing the temporary directory. Add appropriate ChangeLog entry for earlier checkin.
| | * Ignores signals when removing the temporary directory.David Smith2008-05-152-4/+35
| | | | | | | | | | | | | | | | | | | | | | | | 2008-05-15 David Smith <dsmith@redhat.com> * main.cxx (setup_signals): New function. (main): Calls setup_signals() to setup signal handling. When removing the temporary directory, ignore signals.
| | * Add appropriate ChangeLog entry for earlier checkin.William Cohen2008-05-151-0/+6
| | |
| * | note "make installcheck" in post-build checkoutFrank Ch. Eigler2008-05-161-0/+1
| |/
* | Merge commit 'origin/master' into pr6429-comp-unwindsymsFrank Ch. Eigler2008-05-1435-540/+905
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': PR 5955 - Accept ; terminated globals Factored returnval() out of returnstr(), for use in dwarfless probing. Converted more aliases to use arg numbers instead of names. In particular, Revert "PR6487: extend blacklist with relay/timer subsystem" Add syscalls_by_pid.meta, syscalls_by_proc.meta, PR6487: extend blacklist with relay/timer subsystem Adjust iotime.meta description. * iotime.meta: New. Fix for PR 6500. Update ChangeLog * sleeptime.meta, wait4time.meta: New. systemtap.examples futexes.meta change futex.stp to futexes.stp. In ioblock.stp ioblock.end set bytes_done depending on kernel version. PR6492: make listing mode warning-free PR5648: Fix unaligned access warning in stp_print_flush on ia64 PR5648: Fix memcpy's endianess issue. futexes.meta, nettop.meta, pf2.meta: New. Clean up output.
| * PR 5955 - Accept ; terminated globalsAnanth N Mavinakayanahalli2008-05-147-0/+83
| |
| * Factored returnval() out of returnstr(), for use in dwarfless probing.Jim Keniston2008-05-131-16/+28
| |
| * Converted more aliases to use arg numbers instead of names. In particular,Jim Keniston2008-05-131-104/+265
| | | | | | | | | | | | converted the aliases for futex, getrusage, and mq_open -- which presented problems when this tapset is used without dwarf, even if those aliases aren't used.
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-05-1228-136/+4829
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: The beginnings of a no-dwarf version of syscalls.stp. Selected Added CPU REGISTERS and NUMBERED FUNCTION ARGUMENTS sections to Replaced [u_]arg() with [u]int_arg(), [u]long_arg(), {s|u}32_arg(), Added support for register(), u_register(), arg(), and u_arg() functions. * testsuite/{semok,semko}/nodwf*.stp PR 4311 - Function boundary tracing without debuginfo: Phase I
| | * PR 4311 - Function boundary tracing without debuginfo: Phases I and IIJim Keniston2008-05-1214-34/+230
| | |\
| | * \ Merge commit 'origin/dwarfless'Jim Keniston2008-05-1228-136/+4829
| | |\ \ | | | | | | | | | | | | | | | PR 4311 - Function boundary tracing without debuginfo: Phases 1 and 2
| * | | | Revert "PR6487: extend blacklist with relay/timer subsystem"Frank Ch. Eigler2008-05-122-16/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | This reverts commit e0d0dcf974e2d0898a7f5a05a2a3fdc93ba51fea. It seems that blacklisting kernel/timer.c is overbroad.
| * | | Merge branch 'master' of git://sources.redhat.com/git/systemtapWilliam Cohen2008-05-092-2/+16
| |\ \ \
| | * | | PR6487: extend blacklist with relay/timer subsystemFrank Ch. Eigler2008-05-092-2/+16
| | | | |
| * | | | Add syscalls_by_pid.meta, syscalls_by_proc.meta,William Cohen2008-05-096-0/+79
| |/ / / | | | | | | | | | | | | sigmon.meta, sig_by_pid.meta, sig_by_proc.meta, and socket-trace.meta.
| * | | Adjust iotime.meta description.William Cohen2008-05-081-1/+1
| | | |
| * | | Merge branch 'master' of git://sources.redhat.com/git/systemtapWilliam Cohen2008-05-082-32/+88
| |\ \ \
| | * | | Fix for PR 6500.David Smith2008-05-082-32/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-08 David Smith <dsmith@redhat.com> PR 6500. * task_finder.c (__stp_utrace_task_finder_report_exec): Moved attach logic to __stp_utrace_attach_match_filename(). (__stp_utrace_attach_match_filename): New function. (__stp_utrace_task_finder_report_clone): Calls __stp_utrace_attach_match_filename() to attach to newly cloned threads.
| * | | | * iotime.meta: New.William Cohen2008-05-082-0/+17
| |/ / /
| * | | Update ChangeLogWilliam Cohen2008-05-081-0/+4
| | | |
| * | | * sleeptime.meta, wait4time.meta: New.William Cohen2008-05-082-0/+26
| |/ /
| * | systemtap.examples futexes.meta change futex.stp to futexes.stp.Mark Wielaard2008-05-082-2/+7
| | |