Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Enable usage of STP_USE_DWARF_UNWINDER for i386 and arm for debugging purposes. | Mark Wielaard | 2008-09-10 | 2 | -0/+7 | |
| | | | | | ||||||
| * | | | | Record module base and use it for adjusting start locations in dwarf unwinder. | Mark Wielaard | 2008-09-10 | 5 | -3/+38 | |
| | | | | | ||||||
| * | | | | Feed dwarf unwinder data through _stp_mod_sec_lookup (), but disabled for now. | Mark Wielaard | 2008-09-10 | 4 | -4/+15 | |
| | | | | | ||||||
| * | | | | Get and output unwind data during translate. | Mark Wielaard | 2008-09-10 | 2 | -0/+87 | |
| | | | | | ||||||
| * | | | | Add new function _stp_mod_sec_lookup extracted from _stp_kallsyms_lookup. | Mark Wielaard | 2008-09-10 | 2 | -23/+37 | |
| | | | | | ||||||
* | | | | | added Handlers description, more cleanup | ddomingo | 2008-09-11 | 1 | -5/+152 | |
|/ / / / | ||||||
* | | | | added new content for Understanding, events | ddomingo | 2008-09-10 | 3 | -14/+106 | |
| | | | | ||||||
* | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-09-09 | 31 | -161/+837 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Added tests for utrace-syscall probe context variables. Add $return context variables on per-process-syscall.return probes Add $argN context variables on per-process-syscall probes Add $name context variable support on marker probes Utrace on ia64 fast fetch-register support Add ia64 utrace support Correct this_section_offset calculation in _stp_kallsyms_lookup. tiny grammar fix in NEWS separated Scripts, edited accordingly PR1288: runtime functions for avoiding certain addresses remove test tag added content for Ch1 and 2, to add more later | |||||
| * | | | | Added tests for utrace-syscall probe context variables. | Masami Hiramatsu | 2008-09-09 | 10 | -0/+62 | |
| | | | | | ||||||
| * | | | | Add $return context variables on per-process-syscall.return probes | Masami Hiramatsu | 2008-09-09 | 6 | -12/+47 | |
| | | | | | ||||||
| * | | | | Add $argN context variables on per-process-syscall probes | Masami Hiramatsu | 2008-09-09 | 6 | -13/+103 | |
| | | | | | ||||||
| * | | | | Add $name context variable support on marker probes | Masami Hiramatsu | 2008-09-09 | 8 | -29/+112 | |
| | | | | | ||||||
| * | | | | Utrace on ia64 fast fetch-register support | Masami Hiramatsu | 2008-09-09 | 4 | -17/+38 | |
| | | | | | ||||||
| * | | | | Add ia64 utrace support | Masami Hiramatsu | 2008-09-09 | 2 | -1/+50 | |
| | |_|/ | |/| | | ||||||
| * | | | Correct this_section_offset calculation in _stp_kallsyms_lookup. | Mark Wielaard | 2008-09-09 | 2 | -1/+6 | |
| | | | | ||||||
| * | | | tiny grammar fix in NEWS | Josh Stone | 2008-09-08 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2008-09-09 | 4 | -94/+326 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | PR1288: runtime functions for avoiding certain addresses | Tim Moore | 2008-09-08 | 4 | -94/+326 | |
| | | | | ||||||
| * | | | separated Scripts, edited accordingly | ddomingo | 2008-09-09 | 2 | -3/+50 | |
| |/ / | ||||||
| * | | remove test tag | ddomingo | 2008-09-08 | 1 | -4/+0 | |
| | | | ||||||
| * | | added content for Ch1 and 2, to add more later | ddomingo | 2008-09-08 | 3 | -10/+66 | |
| | | | ||||||
* | | | uprobes test case tweak | Frank Ch. Eigler | 2008-09-09 | 3 | -4/+13 | |
|/ / | ||||||
* | | x86-32 blacklist extension (rhel5 testing based) | Frank Ch. Eigler | 2008-09-07 | 2 | -0/+6 | |
| | | ||||||
* | | PR6871: temporarily weaken the uprobe test since $$parms are unreliable | Frank Ch. Eigler | 2008-09-06 | 1 | -2/+2 | |
| | | ||||||
* | | PR6445: documentation, mopping up | Frank Ch. Eigler | 2008-09-06 | 6 | -28/+54 | |
| | | ||||||
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-09-06 | 5 | -10/+42 | |
|\ \ | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Handle scalar statistics. | |||||
| * | | Handle scalar statistics. | Stan Cox | 2008-09-05 | 5 | -10/+42 | |
| | | | ||||||
* | | | "stap -c" cleanup part 2 - use wordexp / execvp instead of "sh -c" to ↵ | Frank Ch. Eigler | 2008-09-06 | 1 | -28/+30 | |
| | | | | | | | | | | | | execute cmd string | |||||
* | | | task_finder <-> target_pid coupling; staprun/target_cmd fork under ptrace ↵ | Frank Ch. Eigler | 2008-09-05 | 3 | -301/+339 | |
|/ / | | | | | | | control | |||||
* | | PR4255: uprobes test case | Frank Ch. Eigler | 2008-09-05 | 3 | -0/+44 | |
| | | ||||||
* | | remove capabilities logic, cont'd | Frank Ch. Eigler | 2008-09-05 | 11 | -374/+98 | |
| | | ||||||
* | | remove capability logic | Frank Ch. Eigler | 2008-09-05 | 1 | -166/+0 | |
|/ | | | | | It was only barely beneficial anyway, since some crucial capabilities were never permanently dropped. | |||||
* | add comments explaining why '-L' works; add NEWS blurb too | Frank Ch. Eigler | 2008-09-05 | 2 | -2/+10 | |
| | ||||||
* | PR6731: Updated listing mode through adding -L option. | Wenji Huang | 2008-09-05 | 6 | -15/+49 | |
| | ||||||
* | PR6864: simplify usage() report | Frank Ch. Eigler | 2008-09-04 | 2 | -5/+8 | |
| | ||||||
* | renaming the directory, the long way | ddomingo | 2008-09-03 | 24 | -4441/+0 | |
| | ||||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2008-09-03 | 15 | -675/+1061 | |
|\ | ||||||
| * | PR4225: minor uprobe unregistration speedup | Frank Ch. Eigler | 2008-09-02 | 2 | -6/+8 | |
| | | ||||||
| * | Simplify add_global_var_display token use. | Stan Cox | 2008-09-02 | 2 | -23/+14 | |
| | | ||||||
| * | PR4225: unregistration snowballing thinko fix | Frank Ch. Eigler | 2008-09-02 | 2 | -10/+48 | |
| | | ||||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Frank Ch. Eigler | 2008-09-02 | 29 | -9/+4492 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Fix semantic error caused by -P option in nodwarf testing. revised for new publican build update added all else Display written but unread global statistics. | |||||
| | * | Fix semantic error caused by -P option in nodwarf testing. | Wenji Huang | 2008-09-02 | 2 | -1/+7 | |
| | | | ||||||
| * | | add user-space probing blurb | Frank Ch. Eigler | 2008-09-02 | 1 | -6/+31 | |
| | | | ||||||
| * | | PR4225: post-merge changelogs | Frank Ch. Eigler | 2008-09-01 | 3 | -21/+32 | |
| | | | ||||||
| * | | test case regression fixes (25444842 vs 84182428) | Frank Ch. Eigler | 2008-09-01 | 1 | -6/+7 | |
| | | | ||||||
| * | | Merge commit 'origin/master' into pr4225 | Frank Ch. Eigler | 2008-09-01 | 16 | -210/+483 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': Fix memory access error in nfs.proc.read_setup, nfs.proc.write_setup and nfs.proc.commit_setup Update NEWS regarding the systemtap client/server. New man page for the systemtap client/server and related utilities. Repopulate symbol/type info. Pushed quiesce logic down into the task_finder layer. Added bug 6841 fix utrace syscall test. PR6731: improve listing mode to list variables | |||||
| * | | | PR6864: barest beginnings of restoring symtab-based kernel probes | Frank Ch. Eigler | 2008-09-01 | 1 | -35/+22 | |
| | | | | ||||||
| * | | | fix #if->#ifdef DEBUG_TASK_FINDER_VMA | Frank Ch. Eigler | 2008-09-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge commit 'origin/master' into pr4225 | Frank Ch. Eigler | 2008-08-28 | 55 | -1355/+1443 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': PR5686: correct regression in semok/optimize.stp trailing whitespace removal, as approved by emacs fix global-var array index rendering fix NEWS to refer to simpler context.stp tapset functions in auto-printing blurb Document written but unread global variable automatic display. 2nd try initial Make _get_sock_addr return correct address in kernel before 2.6.16. Automatically print written but unread globals Make nodwf test passed when CONFIG_QUOTACTL unset Uses STAPCONF_DPATH_PATH instead of a kernel version check. Simplified "rpm" target a bit. Moved tar archive creation step from "rpm" target to "dist-gzip" target. remove support for "make dist" since git-archive does as well; Examples html files moved into subdir. 2008-08-25 David Smith <dsmith@redhat.com> ChangeLog Entries Robustness improvements for the stap client/server | |||||
| * | | | | whitespace cleanup + uprobe "?@-1" fix too | Frank Ch. Eigler | 2008-08-24 | 2 | -22/+28 | |
| | | | | |