summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fix on-file flight recorder mode bugs on old kernel.Masami Hiramatsu2009-06-194-35/+42
* Disabled transport version 3 (for now).David Smith2009-06-191-0/+6
* Cleanup.David Smith2009-06-183-56/+1
* Transports now export their state.David Smith2009-06-185-17/+40
* Moved global data into a single structure.David Smith2009-06-181-39/+45
* Removed unused code (and all references to 'utt').David Smith2009-06-181-52/+0
* Enabled overwrite processing on original transports.David Smith2009-06-185-23/+17
* Merge commit 'origin/master' into pr7043David Smith2009-06-161-0/+1
|\
| * Moved time.c inclusion from runtime/transport/transport.c to runtime/runtime.h.David Smith2009-06-162-1/+1
* | Fixed non-bulkmode output on smp systems using transport version 2.David Smith2009-06-121-0/+15
* | Merge commit 'origin/master' into pr7043David Smith2009-06-118-104/+172
|\|
| * gcc 3.4.6 compatibility: s/{true,false}/{1,0} in runtime/unwind.cFrank Ch. Eigler2009-06-101-4/+4
| * Detect kretprobe trampoline and use fallback unwinder.Mark Wielaard2009-06-034-10/+20
| * Fixed cut-and-paste error.David Smith2009-06-021-1/+1
| * Avoid holding semaphore while making mmap callbacks.David Smith2009-06-011-52/+130
| * Avoid 1 case of holding a semaphore while mmap callbacks are being made.David Smith2009-05-281-57/+75
| * Restore staprun's support for REAL_UID/GIDJosh Stone2009-05-221-1/+14
| * Properly read eh_frame and pass is_ehframe correctly.Mark Wielaard2009-05-201-6/+10
| * Use debug_frame table, then fallback to eh_frame when necessary.Mark Wielaard2009-05-201-24/+39
| * Pass and use ptrType and is_ehframe to unwind adjustStartLoc.Mark Wielaard2009-05-201-53/+66
| * Fetch and store both debug_frame and eh_frame tables.Mark Wielaard2009-05-203-19/+22
| * PR10171 workaround.David Smith2009-05-181-0/+5
| * PR10091 fixes.David Smith2009-05-181-0/+6
| * Tidy/tighten DEBUG_UNWIND ptrType a bit.Mark Wielaard2009-05-151-14/+13
* | Fixed cut-and-paste error.David Smith2009-06-091-1/+1
* | Avoid holding semaphore while making mmap callbacks.David Smith2009-06-091-52/+130
* | Avoid 1 case of holding a semaphore while mmap callbacks are being made.David Smith2009-06-091-57/+75
* | Make sure all DEBUG_TRANS output uses printk.David Smith2009-06-032-13/+21
* | Fixed STP_TRANSPORT_VERSION 1 behavior.David Smith2009-06-036-23/+87
* | Cleanup and better original transport support.David Smith2009-05-263-4/+12
* | Added error checking and other updates.David Smith2009-05-227-488/+44
* | Merge commit 'origin/master' into pr7043David Smith2009-05-2149-760/+3395
|\|
| * Initialize aptr in runtime/map.c and keep gcc-4.4 happyAnanth N Mavinakayanahalli2009-05-131-1/+1
| * Problems using server scripts when not on PATH.Dave Brolley2009-05-061-1/+1
| * Add Vim modelines for new C/C++ sourcesJosh Stone2009-05-052-0/+3
| * Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-044-69/+532
| * Fixed itrace on RHEL5 (PR10091).David Smith2009-04-272-1/+52
| * PR10081: improve error message for verifying build-idWenji Huang2009-04-261-28/+23
| * PR10099: Extend %M directive to support hexdumping large buffersWenji Huang2009-04-261-12/+19
| * PR5273: uprobes_i386.c instruction tableJim Keniston2009-04-241-11/+11
| * Cache and retrieve syscall arguments when needed.David Smith2009-04-242-35/+293
| * i386 uprobes1: enable the 0x0f 0x1_ row of opcodesJim Keniston2009-04-231-1/+1
| * utrace/ia64: Fix syscall_get_set_args_cb() to handle syscalls via syscall()Masami Hiramatsu2009-04-221-3/+10
| * PR 9821: Use genuine strftime in staprun/stapioMasami Hiramatsu2009-04-221-105/+7
| * Merge branch 'master' of ssh://sourceware.org/git/systemtapMark Wielaard2009-04-211-1/+2
| |\
| | * Ref-count correctly when deranged handler calls do_exit().Jim Keniston2009-04-211-1/+2
| * | Merge branch 'user_unwind'Mark Wielaard2009-04-219-57/+90
| |\ \ | | |/ | |/|
| | * Add uprobes_ustack testcase and bug fixlet.Mark Wielaard2009-04-211-1/+4
| | * Add ubacktrace(), print_ustack() and print_ubacktrace().Mark Wielaard2009-04-211-0/+26
| | * Don't use stack fallback for user space unwinding when using dwarf unwinder.Mark Wielaard2009-04-212-8/+16