summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gcc 4.4 build compatibility tweaksFrank Ch. Eigler2008-09-126-8/+20
|
* Formatting problems in sta-server.8.inDave Brolley2008-09-122-35/+39
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-1210-35/+62
|\ | | | | | | | | | | Conflicts: ChangeLog
| * Fix redundant implicit probe points in listing modeWenji Huang2008-09-124-24/+33
| |
| * Ignore new warning.David Smith2008-09-112-0/+5
| | | | | | | | | | | | 2008-09-11 David Smith <dsmith@redhat.com> * lib/stap_run.exp: Ignore new warning.
| * PR6871: test caseFrank Ch. Eigler2008-09-113-4/+10
| |
| * PR6871: sadly, reenable prologue searching for user-space function probesFrank Ch. Eigler2008-09-112-7/+9
| |
| * comment out new "WARNING: unwind data not found ..."Frank Ch. Eigler2008-09-111-0/+5
| |
* | fixes for stap-find-servers and systemtap.specDave Brolley2008-09-123-11/+28
|/
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-105-13/+189
|\ | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: added Handlers description, more cleanup Ensure that "stap -l ..." only prints probe names, not variables.
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-09-1123-258/+601
| |\
| | * Ensure that "stap -l ..." only prints probe names, not variables.Josh Stone2008-09-104-8/+37
| | |
| * | added Handlers description, more cleanupddomingo2008-09-111-5/+152
| | |
* | | parser/scanner speedupFrank Ch. Eigler2008-09-103-17/+26
| | |
* | | PR6876 testsuite regression tweakFrank Ch. Eigler2008-09-101-4/+4
| |/ |/|
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-1014-101/+226
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: backtrace fix for i386 with neither frame pointers nor dwarf unwinding Add network security warning for the client/server. Check for dwarf_getelf (elfutils 0.126+). hangeLog entries for latest commits. Move stap-find-* script to client sub rpm. Rename _stp_module module_base output to dwarf_module_base and document. Remove unnecessary dependencies. Correct man page specs in systemtap.spec Create systemtap-client and systemtap-server sub rpms
| * | backtrace fix for i386 with neither frame pointers nor dwarf unwindingFrank Ch. Eigler2008-09-103-4/+14
| | |
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-106-81/+133
| |\ \
| | * | Check for dwarf_getelf (elfutils 0.126+).Mark Wielaard2008-09-106-81/+133
| | | |
| * | | 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
| | | |
| * | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-095-5/+57
| |\ \ \
| * | | | Remove unnecessary dependencies.Dave Brolley2008-09-091-2/+2
| | | | |
| * | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-09-0830-983/+973
| |\ \ \ \
| * | | | | 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
| | | | | |
* | | | | | 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
| | |