summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | |
| * | | | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-245-59/+78
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': correct probe point reverse-engineering of probes for which we have no source file / line number source whitespace cleanup Fixed failure of buildok/process-all-probes.stp clarify README instructions to spell out that running the testsuite is optional
| * | | | | pr4225: fix shared library address range checks; make more task_finder_vma ↵Frank Ch. Eigler2008-08-222-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | tracing conditional on DEBUG_TASK_FINDER_VMA
| * | | | | pr4225: check for null incoming vm_pathFrank Ch. Eigler2008-08-211-1/+1
| | | | | |
| * | | | | pr4225: fix address miscalculation for ET_DYN objects; add more printk's in ↵Frank Ch. Eigler2008-08-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | task_finder vm_callback for debugging
| * | | | | pr4225: add putative shared library (ET_DYN) supportFrank Ch. Eigler2008-08-212-25/+57
| | | | | |
| * | | | | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-219-108/+447
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': Added task finder target parameter to vm_callback functions. Supports original and new utrace interfaces. Add ChangeLog entries stap client/server now pass 'make installcheck' Looks for both mmap and mmap2. PR 6841 fix. Add missing 'process' bindings.
| * \ \ \ \ \ Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-1730-260/+524
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': Mention distro specific elfutils development sub-packages needed when not found. Change system-wide probes from 'process("*").begin' to 'process.begin'. PR6836: tweak $$return formatting extend callgraph example to use $$parms / $$return PR6836: $$vars extensions, $$return small patch ... PR 6834 PR6842: work around possibly null task->signal in utrace death callback Minor bugs in stap-client. build compatibility and speed hack for bundled-elfutils mode revise build instructions; clarifying elfutils bundling and its new hosting site kbuild compatibility hack for separate-objdir O= builds PR 6445 (partial). Implemented system-wide utrace probes. Fixed compilation warning on gcc 3.x let $$vars work even with unsupported c types (e.g., funkytown floats)
| * | | | | | | let $$vars work even with unsupported c types (e.g., funkytown floats)Frank Ch. Eigler2008-08-112-17/+42
| | | | | | | |
| * | | | | | | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-114-4/+14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': remove \n from end of $$vars/etc. convenience variables
| * \ \ \ \ \ \ \ Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-11123-836/+2991
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': (34 commits) PR5049: fix overbroad effects of naive "*" prefixing; instead use optional "*/" only. stap-serverd was incorectly determining that the server could stapprobes man page: clarify statement(NUM).absolute and process("path") searching PR5049: prefix with "*" any filenames given in "fn@filename:line" probes Indentation fix. Redirect stderr gets redircted so warnings don't let example script run fail. PR6835. io/io_submit.stp: Fix #! start. Convert to normal line-ending. PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable. Use INSTALL_PROGRAM, not INSTALL_DATA for executable .stp scripts. example index: only warn if old, do not regenerate Start/stop the systemtap server from systemtap.exp and not in the top level Makefile. Lower statement wildcard test matching threshold. Moved details of utrace detach to stap_utrace_detach(). Saves thread vma information. Always generate examples indexes and install examples from srcdir. Refer to srcdir spec file Makefile so make rpm works when builddir != srcdir. Add index of subsystem and keywords at top of HTML indexes. Don't output output, exits, status line in indexes (mentioned in descriptions). Disable chmodding of samples/kmalloc-top in spec file since it isn't installed. Make sure examples indexes are always generated in builddir. ...
| * | | | | | | | | PR5049: prefix with "*" any filenames given in "fn@filename:line" probesFrank Ch. Eigler2008-08-114-3/+28
| | | | | | | | | |
| * | | | | | | | | restore process(PID).statement(ADDR).absolute probe supportFrank Ch. Eigler2008-08-101-7/+26
| | | | | | | | | |
| * | | | | | | | | PR4225 and PR6826: expand & canonicalize executable path names process probesFrank Ch. Eigler2008-08-094-94/+86
| | | | | | | | | |
| * | | | | | | | | prep find_executable() for use by process() probesFrank Ch. Eigler2008-08-094-44/+55
| | | | | | | | | |
| * | | | | | | | | rework utrace $syscall var to expand to tapset fn, not synthetic hard-coded oneFrank Ch. Eigler2008-08-074-20/+21
| | | | | | | | | |