summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2009-04-232-2/+17
|\
| * git_version: emit `git-describe` rather than just sha code, for use in stap -VFrank Ch. Eigler2009-04-231-2/+2
| * Add NEWS entry about EXPERIMENTAL support for user process unwinding.Mark Wielaard2009-04-231-0/+15
* | Revert "Make sure that the pool_size and hash_size are passed into xmlto."William Cohen2009-04-232-2/+6
* | Make sure that the pool_size and hash_size are passed into xmlto.William Cohen2009-04-232-6/+2
|/
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2009-04-2358-292/+682
|\
| * Mark uaddr tapset function as EXPERIMENTAL.Mark Wielaard2009-04-231-2/+4
| * Tweak kprobes test caseWenji Huang2009-04-232-1/+6
| * Modify the output of kprobes test.Wenji Huang2009-04-221-3/+2
| * Avoid 64 bit address value on a 32 bit machine.Stan Cox2009-04-221-2/+8
| * utrace/ia64: Fix syscall_get_set_args_cb() to handle syscalls via syscall()Masami Hiramatsu2009-04-221-3/+10
| * PR 9821: Add a testcase for strftimeMasami Hiramatsu2009-04-221-0/+49
| * PR 9821: Use genuine strftime in staprun/stapioMasami Hiramatsu2009-04-226-115/+14
| * PR 6930: Add testcases for on-file flight recorderMasami Hiramatsu2009-04-223-0/+117
| * PR 9941: Add predicate function callback to check for an early abortRajan Arora2009-04-223-2/+12
| * Make sdt.h big endian aware.Stan Cox2009-04-222-15/+15
| * Correct sigmon.meta example title and name.Sunzen Wang2009-04-225-6/+6
| * Simplify section size logic.Mark Wielaard2009-04-221-5/+1
| * [tracepoints] Resolve implicit trace_X useJosh Stone2009-04-211-1/+2
| * [tracepoints] Don't use TRACE_HEADER_MULTI_READJosh Stone2009-04-211-4/+0
| * Use tokenize() for splitting @cast's module listJosh Stone2009-04-211-7/+6
| * Document @cast-with-headersJosh Stone2009-04-212-0/+14
| * NB @cast's relative header searchingJosh Stone2009-04-211-0/+14
| * Refine the @cast-with-header syntaxJosh Stone2009-04-215-25/+45
| * Set MAXSTRINGLEN to 133 for uprobes_ustack.exp test on 64 bit.Mark Wielaard2009-04-211-1/+4
| * Merge branch 'master' of ssh://sourceware.org/git/systemtapMark Wielaard2009-04-212-8/+37
| |\
| | * Ref-count correctly when deranged handler calls do_exit().Jim Keniston2009-04-211-1/+2
| | * document user-space probes more fully, mention utrace requirementsFrank Ch. Eigler2009-04-211-7/+35
| * | Merge branch 'user_unwind'Mark Wielaard2009-04-2117-63/+311
| |\ \ | | |/ | |/|
| | * Mark ucontext tapset functions EXPERIMENTAL.Mark Wielaard2009-04-212-5/+5
| | * Add uprobes_ustack testcase and bug fixlet.Mark Wielaard2009-04-213-1/+133
| | * Add ubacktrace(), print_ustack() and print_ubacktrace().Mark Wielaard2009-04-214-0/+111
| | * Remove documentation weirdness FIXME in tapset print_stack().Mark Wielaard2009-04-211-2/+2
| | * Don't use stack fallback for user space unwinding when using dwarf unwinder.Mark Wielaard2009-04-212-8/+16
| | * Remove old _stp_ustack bits.Mark Wielaard2009-04-211-17/+0
| | * Pass task from tapset, through stack and unwind functions for lookup.Mark Wielaard2009-04-209-21/+27
| | * Add comment to try -d kernel -d systemtap_test_module1 on backtrace.tcl test.Mark Wielaard2009-04-201-0/+1
| | * Pass task to _stp_func_print and _stp_kallsyms_lookup.Mark Wielaard2009-04-194-8/+9
| | * Handle .absolute and .dynamic (user space) addresses in adjustStartLoc.Mark Wielaard2009-04-191-6/+12
| * | Updated utrace tests.David Smith2009-04-2111-32/+8
* | | Bump pool_size and hash_size to build Systemtap Tapset Refence manual.William Cohen2009-04-232-0/+6
|/ /
* | Correctly handle $syscall in process(PID_OR_PATH).syscall.return probes.David Smith2009-04-212-5/+297
* | Add testcases for kprobe.function familyAnanth N Mavinakayanahalli2009-04-212-0/+23
* | Documentation updates for kprobe.function familyAnanth N Mavinakayanahalli2009-04-212-0/+41
* | From Prerna Saxena: Add the kprobe.function probe familyAnanth N Mavinakayanahalli2009-04-213-2/+463
* | Make latencytap.stp compile on i386.Mark Wielaard2009-04-211-1/+1
* | Suppress more module-loading errors in @castsJosh Stone2009-04-201-3/+14
* | Merge branch 'cast_header'Josh Stone2009-04-209-5/+192
|\ \
| * | Add tests for @cast-generated modulesJosh Stone2009-04-203-2/+29
| * | Cleanup typequery user modules from the cache tooJosh Stone2009-04-201-2/+16