summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add network security warning for the client/server.Dave Brolley2008-09-102-1/+9
|
* hangeLog entries for latest commits.Dave Brolley2008-09-101-0/+9
|
* Move stap-find-* script to client sub rpm.Dave Brolley2008-09-101-2/+1
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-1033-103/+713
|\
| * Rename _stp_module module_base output to dwarf_module_base and document.Mark Wielaard2008-09-105-5/+20
| |
| * 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
| | |
| * | uprobes test case tweakFrank Ch. Eigler2008-09-093-4/+13
| | |
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-095-5/+57
|\ \ \ | | |/ | |/|
| * | 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
| |\ \
| * | | separated Scripts, edited accordinglyddomingo2008-09-092-3/+50
| | | |
* | | | Remove unnecessary dependencies.Dave Brolley2008-09-091-2/+2
| | | |
* | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-0830-983/+973
|\ \ \ \ | | |/ / | |/| |
| * | | PR1288: runtime functions for avoiding certain addressesTim Moore2008-09-084-94/+326
| |/ /
| * | remove test tagddomingo2008-09-081-4/+0
| | |
| * | added content for Ch1 and 2, to add more laterddomingo2008-09-083-10/+66
| |/
| * 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.
* | Correct man page specs in systemtap.specDave Brolley2008-09-051-3/+3
| |
* | Create systemtap-client and systemtap-server sub rpmsDave Brolley2008-09-051-10/+42
|/
* 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.