2009-02-20 |
Josh Stone | Alias AUTHOR Prerna -> Prerna Saxena |
commit | commitdiff | tree |
2009-02-20 |
Frank Ch. Eigler | static_uprobes test case cleanup |
commit | commitdiff | tree |
2009-02-19 |
Mark Wielaard | Ignore symbols before module base address. release-0.9 |
commit | commitdiff | tree |
2009-02-19 |
Frank Ch. Eigler | PR9719: uninitialized variable fix |
commit | commitdiff | tree |
2009-02-19 |
ddomingo | Merge branch 'master' of ssh://sources.redhat.com/git... |
commit | commitdiff | tree |
2009-02-19 |
ddomingo | short revisions to udp.stp |
commit | commitdiff | tree |
2009-02-19 |
Josh Stone | Add NEWS and manpage info about @cast() |
commit | commitdiff | tree |
2009-02-19 |
Rajan Arora | Adding test case for PR9719 fix |
commit | commitdiff | tree |
2009-02-19 |
Rajan Arora | BZ 9719: Improve type mismatch messages |
commit | commitdiff | tree |
2009-02-19 |
Frank Ch. Eigler | PR9866 band-aid: deactivate new CONFIG_STACKTRACE code... |
commit | commitdiff | tree |
2009-02-18 |
Josh Stone | Simplify AUTHORS.sh |
commit | commitdiff | tree |
2009-02-18 |
Stan Cox | Always emit .probes section; use .label method as a... |
commit | commitdiff | tree |
2009-02-18 |
Josh Stone | Merge branch 'master' of sourceware.org:/git/systemtap |
commit | commitdiff | tree |
2009-02-18 |
David Smith | Handles errors better. |
commit | commitdiff | tree |
2009-02-18 |
Josh Stone | Enable typecasting with @cast |
commit | commitdiff | tree |
2009-02-18 |
Josh Stone | Bump copyright years to 2009 |
commit | commitdiff | tree |
2009-02-18 |
Josh Stone | Enable dwarf expansion of @casts |
commit | commitdiff | tree |
2009-02-18 |
Josh Stone | Enable session-wide code filtering |
commit | commitdiff | tree |
2009-02-18 |
Josh Stone | Provide dwarf module names as defaults in @cast()s |
commit | commitdiff | tree |
2009-02-18 |
Josh Stone | Add high-level support for @cast()ing |
commit | commitdiff | tree |
2009-02-18 |
David Smith | Better testcase cleanup. |
commit | commitdiff | tree |
2009-02-18 |
William Cohen | Remove context argument from _stp_stack_print_fallback... |
commit | commitdiff | tree |
2009-02-18 |
David Smith | Removed unused functions and variables. |
commit | commitdiff | tree |
2009-02-18 |
ddomingo | 485491, revised installation instructions, now uses... |
commit | commitdiff | tree |
2009-02-18 |
ddomingo | added legal notice to override Publican default, doc... |
commit | commitdiff | tree |
2009-02-17 |
Frank Ch. Eigler | author name tweak |
commit | commitdiff | tree |
2009-02-17 |
Frank Ch. Eigler | version bump to 0.9 throughout |
commit | commitdiff | tree |
2009-02-17 |
Frank Ch. Eigler | autogenerate AUTHORS |
commit | commitdiff | tree |
2009-02-17 |
Frank Ch. Eigler | fixing configury version drift |
commit | commitdiff | tree |
2009-02-17 |
Frank Ch. Eigler | fix sdt.h test case for $srcdir != $builddir |
commit | commitdiff | tree |
2009-02-17 |
Frank Ch. Eigler | use "X" asm constraint for user-space marker parms |
commit | commitdiff | tree |
2009-02-17 |
Mark Wielaard | Move sdt.h to includes/sys and use in tests. |
commit | commitdiff | tree |
2009-02-17 |
Elliott Baron | PR 9716, replaced pkgconfig checks with AC macros in... |
commit | commitdiff | tree |
2009-02-17 |
David Smith | Reduced control channel code duplication. |
commit | commitdiff | tree |
2009-02-16 |
David Smith | Improved cleanup in tests. |
commit | commitdiff | tree |
2009-02-16 |
Mark Wielaard | sdt.h (STAP_PROBE): Take provider and probe as arguments. |
commit | commitdiff | tree |
2009-02-16 |
Mark Wielaard | PR 9850, use a list of arguments for call. |
commit | commitdiff | tree |
2009-02-16 |
Mark Wielaard | PR 9851, use os.path.splitext instead of string.replace. |
commit | commitdiff | tree |
2009-02-16 |
Mark Wielaard | PR 9849, use mkstemp. |
commit | commitdiff | tree |
2009-02-16 |
Mark Wielaard | Fix )( typo in sdt.h STAP_PROBE9 parm9. |
commit | commitdiff | tree |
2009-02-16 |
Stan Cox | Handle c++ static user probes via .probe, c via .label. |
commit | commitdiff | tree |
2009-02-13 |
Frank Ch. Eigler | convert remaining translator-output code from <<endl... |
commit | commitdiff | tree |
2009-02-13 |
William Cohen | Update Documentation section and include URLs. |
commit | commitdiff | tree |
2009-02-13 |
David Smith | Fixed stack.c compile problems on systems with older... |
commit | commitdiff | tree |
2009-02-13 |
David Smith | Fixed transport/procfs.c for systems that use the old... |
commit | commitdiff | tree |
2009-02-13 |
William Cohen | Correct entries for test_check and test_installcheck. |
commit | commitdiff | tree |
2009-02-12 |
David Smith | Moved inclusion of runtime/procfs.c to a better place. |
commit | commitdiff | tree |
2009-02-12 |
William Cohen | Function to determine page fault type and have pfaults... |
commit | commitdiff | tree |
2009-02-12 |
David Smith | Cleanup. Renamed _stp_{un}lock_debugfs() to _stp_... |
commit | commitdiff | tree |
2009-02-12 |
Mark Wielaard | Use "\n" instead of endl in inner loops. |
commit | commitdiff | tree |
2009-02-12 |
Ananth N Mavinakayan... | Extend blacklist to cover bitops.h. While there, fixup... |
commit | commitdiff | tree |
2009-02-12 |
ddomingo | added topsys.stp to examples (profiling) |
commit | commitdiff | tree |
2009-02-11 |
Tim Moore | Use kernel stack backtrace support when available |
commit | commitdiff | tree |
2009-02-11 |
Dave Brolley | Server response is no longer signed. Passed as a zip... |
commit | commitdiff | tree |
2009-02-11 |
David Smith | Fixed __stp_utrace_attach by always checking for mm. |
commit | commitdiff | tree |
2009-02-11 |
Ananth N Mavinakayan... | Probe only calls and not inlines in functioncallcount.stp |
commit | commitdiff | tree |
2009-02-11 |
Josh Stone | Merge branch 'update_visitor' |
commit | commitdiff | tree |
2009-02-11 |
Josh Stone | Simplify void_statement_reducer |
commit | commitdiff | tree |
2009-02-11 |
Josh Stone | Simplify dead_stmtexpr_remover |
commit | commitdiff | tree |
2009-02-11 |
Josh Stone | Simplify dead_assignment_remover |
commit | commitdiff | tree |
2009-02-11 |
ddomingo | added section on how to monitor polling (testsuite... |
commit | commitdiff | tree |
2009-02-11 |
ddomingo | corrected author name |
commit | commitdiff | tree |
2009-02-11 |
ddomingo | corrected author name |
commit | commitdiff | tree |
2009-02-11 |
Josh Stone | Expand probe variables without a deep copy |
commit | commitdiff | tree |
2009-02-11 |
Josh Stone | Create update_visitor for modifying trees |
commit | commitdiff | tree |
2009-02-11 |
Josh Stone | Simplify require() and provide() |
commit | commitdiff | tree |
2009-02-10 |
William Cohen | Remove profile.exp and profile.stp. |
commit | commitdiff | tree |
2009-02-10 |
William Cohen | Move crash.exp and crash.sh to systemtap.base directory. |
commit | commitdiff | tree |
2009-02-10 |
Frank Ch. Eigler | fix segv that sometimes occurs on buildok/nfs-all-probe... |
commit | commitdiff | tree |
2009-02-10 |
David Smith | Fixed typo in last change. |
commit | commitdiff | tree |
2009-02-10 |
David Smith | Ignores kernel threads (by checking for PF_KTHREAD). |
commit | commitdiff | tree |
2009-02-10 |
ddomingo | BZ484506, added yum setup instructions for RHEL |
commit | commitdiff | tree |
2009-02-10 |
ddomingo | Merge branch 'master' of ssh://sources.redhat.com/git... |
commit | commitdiff | tree |
2009-02-10 |
William Cohen | Move poll_map.exp and poll_map.stp to systemtap.base... |
commit | commitdiff | tree |
2009-02-09 |
Josh Stone | process.create: fix the new_pid read order |
commit | commitdiff | tree |
2009-02-09 |
William Cohen | Revised version of kmalloc-top in systemtap.examples. |
commit | commitdiff | tree |
2009-02-09 |
ddomingo | minor revisions |
commit | commitdiff | tree |
2009-02-08 |
Josh Stone | Clean up the autoconf caching |
commit | commitdiff | tree |
2009-02-06 |
William Cohen | Fold the systemtap.samples/iotask*.stp into systemtap... |
commit | commitdiff | tree |
2009-02-06 |
Josh Stone | Save kernel autoconf options in a cache file |
commit | commitdiff | tree |
2009-02-06 |
William Cohen | Merge branch 'master' of ssh://sources.redhat.com/git... |
commit | commitdiff | tree |
2009-02-06 |
William Cohen | Removed syscalls.stp, syscalls1.exp, and syscalls2... |
commit | commitdiff | tree |
2009-02-06 |
William Cohen | Move symbols.exp and symbols.stp to systemtap.context... |
commit | commitdiff | tree |
2009-02-06 |
Frank Ch. Eigler | 2.6.29rc build fix: autoconf for proc_dir_entry->owner... |
commit | commitdiff | tree |
2009-02-06 |
William Cohen | Make publicanize.sh executable. |
commit | commitdiff | tree |
2009-02-06 |
ddomingo | Tapset Ref Guide: corrected authorgroup cleanup perl... |
commit | commitdiff | tree |
2009-02-06 |
ddomingo | Tapset Ref Guide: formatted comments, added other value... |
commit | commitdiff | tree |
2009-02-05 |
William Cohen | Add contrib tag to quiet warnings. |
commit | commitdiff | tree |
2009-02-05 |
Frank Ch. Eigler | copyright year bump |
commit | commitdiff | tree |
2009-02-05 |
William Cohen | Merge branch 'master' of ssh://sources.redhat.com/git... |
commit | commitdiff | tree |
2009-02-05 |
William Cohen | Include PR9756 in change log. |
commit | commitdiff | tree |
2009-02-05 |
William Cohen | Correct footers for systemtap function and probe man... |
commit | commitdiff | tree |
2009-02-05 |
Frank Ch. Eigler | PR9740/9816? - workaround for kernel valloc bug |
commit | commitdiff | tree |
2009-02-05 |
William Cohen | Minor correction for signal.stp chapter. |
commit | commitdiff | tree |
2009-02-05 |
ddomingo | started fixing signal.stp comments for documentation |
commit | commitdiff | tree |
2009-02-05 |
ddomingo | enter lines to wrap em |
commit | commitdiff | tree |
2009-02-04 |
ddomingo | Merge branch 'master' of ssh://sources.redhat.com/git... |
commit | commitdiff | tree |
2009-02-04 |
Mark Wielaard | Add NEWS process().mark(), sys/sdt.h and dtrace compati... |
commit | commitdiff | tree |
2009-02-04 |
Mark Wielaard | Mention run-stap in NEWS. |
commit | commitdiff | tree |
2009-02-04 |
Mark Wielaard | Add beginner guide to NEWS. |
commit | commitdiff | tree |
next |