summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PR6876: translator speedup for many $varsFrank Ch. Eigler2008-09-107-126/+161
|
* Enable usage of STP_USE_DWARF_UNWINDER for i386 and arm for debugging purposes.Mark Wielaard2008-09-102-0/+7
|
* Record module base and use it for adjusting start locations in dwarf unwinder.Mark Wielaard2008-09-105-3/+38
|
* Feed dwarf unwinder data through _stp_mod_sec_lookup (), but disabled for now.Mark Wielaard2008-09-104-4/+15
|
* Get and output unwind data during translate.Mark Wielaard2008-09-102-0/+87
|
* Add new function _stp_mod_sec_lookup extracted from _stp_kallsyms_lookup.Mark Wielaard2008-09-102-23/+37
|
* added new content for Understanding, eventsddomingo2008-09-103-14/+106
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-0931-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 Hiramatsu2008-09-0910-0/+62
| |
| * Add $return context variables on per-process-syscall.return probesMasami Hiramatsu2008-09-096-12/+47
| |
| * Add $argN context variables on per-process-syscall probesMasami Hiramatsu2008-09-096-13/+103
| |
| * Add $name context variable support on marker probesMasami Hiramatsu2008-09-098-29/+112
| |
| * Utrace on ia64 fast fetch-register supportMasami Hiramatsu2008-09-094-17/+38
| |
| * Add ia64 utrace supportMasami Hiramatsu2008-09-092-1/+50
| |
| * Correct this_section_offset calculation in _stp_kallsyms_lookup.Mark Wielaard2008-09-092-1/+6
| |
| * tiny grammar fix in NEWSJosh Stone2008-09-081-1/+1
| |
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-09-094-94/+326
| |\
| | * PR1288: runtime functions for avoiding certain addressesTim Moore2008-09-084-94/+326
| | |
| * | separated Scripts, edited accordinglyddomingo2008-09-092-3/+50
| |/
| * remove test tagddomingo2008-09-081-4/+0
| |
| * added content for Ch1 and 2, to add more laterddomingo2008-09-083-10/+66
| |
* | uprobes test case tweakFrank Ch. Eigler2008-09-093-4/+13
|/
* x86-32 blacklist extension (rhel5 testing based)Frank Ch. Eigler2008-09-072-0/+6
|
* PR6871: temporarily weaken the uprobe test since $$parms are unreliableFrank Ch. Eigler2008-09-061-2/+2
|
* PR6445: documentation, mopping upFrank Ch. Eigler2008-09-066-28/+54
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-065-10/+42
|\ | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Handle scalar statistics.
| * Handle scalar statistics.Stan Cox2008-09-055-10/+42
| |
* | "stap -c" cleanup part 2 - use wordexp / execvp instead of "sh -c" to ↵Frank Ch. Eigler2008-09-061-28/+30
| | | | | | | | execute cmd string
* | task_finder <-> target_pid coupling; staprun/target_cmd fork under ptrace ↵Frank Ch. Eigler2008-09-053-301/+339
|/ | | | control
* PR4255: uprobes test caseFrank Ch. Eigler2008-09-053-0/+44
|
* remove capabilities logic, cont'dFrank Ch. Eigler2008-09-0511-374/+98
|
* remove capability logicFrank Ch. Eigler2008-09-051-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 tooFrank Ch. Eigler2008-09-052-2/+10
|
* PR6731: Updated listing mode through adding -L option.Wenji Huang2008-09-056-15/+49
|
* PR6864: simplify usage() reportFrank Ch. Eigler2008-09-042-5/+8
|
* renaming the directory, the long wayddomingo2008-09-0324-4441/+0
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-09-0315-675/+1061
|\
| * PR4225: minor uprobe unregistration speedupFrank Ch. Eigler2008-09-022-6/+8
| |
| * Simplify add_global_var_display token use.Stan Cox2008-09-022-23/+14
| |
| * PR4225: unregistration snowballing thinko fixFrank Ch. Eigler2008-09-022-10/+48
| |
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-0229-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 Huang2008-09-022-1/+7
| | |
| * | add user-space probing blurbFrank Ch. Eigler2008-09-021-6/+31
| | |
| * | PR4225: post-merge changelogsFrank Ch. Eigler2008-09-013-21/+32
| | |
| * | test case regression fixes (25444842 vs 84182428)Frank Ch. Eigler2008-09-011-6/+7
| | |
| * | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-09-0116-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 probesFrank Ch. Eigler2008-09-011-35/+22
| | | |
| * | | fix #if->#ifdef DEBUG_TASK_FINDER_VMAFrank Ch. Eigler2008-09-011-1/+1
| | | |
| * | | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-2855-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 tooFrank Ch. Eigler2008-08-242-22/+28
| | | | |