summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| | | | | | | | | |
| * | | | | | | | | unbreak utrace probes by including task-finder.cFrank Ch. Eigler2008-08-071-0/+2
| | | | | | | | | |
| * | | | | | | | | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-0645-213/+1737
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/master': Use relative instead of absolute line. (bug 6611) move post-0.7 news tidbit to the top Add test for $$vars, $$params, $$locals. typographical tweaks for embedded script code Add $$vars, $$parms, $$locals Rename $path to $pathname of syscall tapset for 2.6.27 Correct several tests for 2.6.27 c code generation: assert C indentation/nesting cancels out at appropriate points Tweak test_installcheck for helloworld.meta and traceio2.meta. Run both tests for installcheck tests. No need for random suffix file cmdline and sysinfo files in the Ensure that a systemtap server is available if 'server' is specified session.h (struct systemtap_session): Added itrace_derived_probe * syscalls2.stp: Add sys_unlinkat. Fix on_each_cpu() call for kernels >2.6.26. Remove unused STAPCONF_MODULE_NSECTIONS
| * | | | | | | | | | Fix i386 dwarf_register_4() to work in uprobe handlers.Jim Keniston2008-08-051-5/+2
| | | | | | | | | | |
| * | | | | | | | | | PR4225: use shared stap_uprobe[] pool in .bssFrank Ch. Eigler2008-08-021-32/+36
| | | | | | | | | | |
| * | | | | | | | | | PR4225: it's alive, alive!Frank Ch. Eigler2008-08-022-5/+5
| | | | | | | | | | |
| * | | | | | | | | | PR4225: signs of lifeFrank Ch. Eigler2008-08-022-75/+310
| | | | | | | | | | |
| * | | | | | | | | | c code generation: assert C indentation/nesting cancels out at appropriate ↵Frank Ch. Eigler2008-08-022-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | points
| * | | | | | | | | | c code generation: assert C indentation/nesting cancels out at appropriate ↵Frank Ch. Eigler2008-08-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | points
| * | | | | | | | | | Merge commit 'e6b9397' into pr4225Frank Ch. Eigler2008-07-231-0/+6
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e6b9397': changelog for entry-pc semantic error fix
| * \ \ \ \ \ \ \ \ \ \ Merge commit '552fdd9f5a7eb3394888356301929c078173a22b' into pr4225Frank Ch. Eigler2008-07-232-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '552fdd9f5a7eb3394888356301929c078173a22b': fix semantic error: no entrypc found using probe .statement(*@file:line) constructs Fix sw 6752. Alter condtional to check for >= 2.6.26. This accounts and fixes false positives in kernel_v strings that return xx.xx.xx.xx over xx.xx.xx.
| * | | | | | | | | | | | PR4225: support intermingled process/kernel/module probes without screwing ↵Frank Ch. Eigler2008-07-231-185/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | up module cache
| * | | | | | | | | | | | PR4225: parse process("path").function/statement probe pointsFrank Ch. Eigler2008-07-222-99/+186
| | | | | | | | | | | | |
* | | | | | | | | | | | | changed directory nameddomingo2008-09-0324-0/+4441
| | | | | | | | | | | | |
* | | | | | | | | | | | | minor changeddomingo2008-09-032-4/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | revised for new publican build updateddomingo2008-09-023-21/+33
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-09-0238-846/+1192
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Display written but unread global statistics.Stan Cox2008-09-015-6/+53
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Fix memory access error in nfs.proc.read_setup, nfs.proc.write_setup and ↵Zhaolei2008-09-012-40/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nfs.proc.commit_setup
| * | | | | | | | | | | Update NEWS regarding the systemtap client/server.Dave Brolley2008-08-292-0/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-2930-794/+841
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog
| | * \ \ \ \ \ \ \ \ \ \ Repopulate symbol/type info.Stan Cox2008-08-296-129/+154
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Pushed quiesce logic down into the task_finder layer.David Smith2008-08-294-129/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-29 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): Pushed quiesce logic down into the task_finder layer. (utrace_derived_probe_group::emit_module_decls): Removed quiesce handler routines. Syscall probe handler detaches if systemtap state isn't correct. 2008-08-29 David Smith <dsmith@redhat.com> * task_finder.c (__stp_utrace_attach_match_filename): Don't call the callback when the interesting thread is found, call it when the tread is quiesced. (stap_start_task_finder): Ditto. (__stp_utrace_task_finder_target_quiesce): Call the callback.
| | | * | | | | | | | | | | Added bug 6841 fix utrace syscall test.David Smith2008-08-292-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-29 David Smith <dsmith@redhat.com> PR6841 * systemtap.base/utrace_p5.exp: Added system-wide syscall test for bug 6841 fix.
| | * | | | | | | | | | | | Repopulate symbol/type info.Stan Cox2008-08-292-35/+14
| | |/ / / / / / / / / / /
| | * | | | | | | | | | / PR6731: improve listing mode to list variablesWenji Huang2008-08-282-0/+17
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | PR5686: correct regression in semok/optimize.stpFrank Ch. Eigler2008-08-281-1/+0
| | | | | | | | | | | |
| | * | | | | | | | | | trailing whitespace removal, as approved by emacsFrank Ch. Eigler2008-08-2817-475/+475
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (add-hook 'before-save-hook 'delete-trailing-whitespace)
| | * | | | | | | | | | fix global-var array index renderingFrank Ch. Eigler2008-08-283-152/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (plus emacs' automagic whitespace fixes)
| | * | | | | | | | | | fix NEWS to refer to simpler context.stp tapset functions in auto-printing blurbFrank Ch. Eigler2008-08-281-4/+4
| | | | | | | | | | | |
| | * | | | | | | | | | Document written but unread global variable automatic display.Stan Cox2008-08-285-2/+18
| | | | | | | | | | | |
| * | | | | | | | | | | New man page for the systemtap client/server and related utilities.Dave Brolley2008-08-296-6/+194
| |/ / / / / / / / / /
* / / / / / / / / / / added all elseddomingo2008-09-0223-0/+4418
|/ / / / / / / / / /
* | | | | | | | | | 2nd tryDon Domingo2008-08-281-0/+1
| | | | | | | | | |
* | | | | | | | | | initialDon Domingo2008-08-281-0/+13
| | | | | | | | | |
* | | | | | | | | | Make _get_sock_addr return correct address in kernel before 2.6.16.Zhaolei2008-08-282-1/+11
| | | | | | | | | |