summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-208-19/+25
| * 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
* | PR10078: uretprobes on functions returning structs/unionsJim Keniston2009-04-203-3/+36
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDavid Smith2009-04-202-33/+350
|\|
| * PR7072: use _stp_reserve_bytes for printf bufferKent Sebastian2009-04-172-33/+350
* | Uses upstream ia64 syscall functions.David Smith2009-04-202-30/+116
|/
* Privatize MAX_STACK_DEPTHJosh Stone2009-04-162-3/+3
* Improved ppc and ia64 runtime/syscall.h.David Smith2009-04-161-7/+18
* PR9940: add/use unmap_u[ret]probeJim Keniston2009-04-154-14/+75
* Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtapJim Keniston2009-04-1517-520/+1291
|\
| * Merge branch 'dwarf_unwinder'Mark Wielaard2009-04-152-8/+8
| |\
| | * Don't redefine STP_USE_DWARF_UNWINDER.Mark Wielaard2009-04-121-0/+2
| | * Prefer dwarf unwinder on i386 and x86_64.Mark Wielaard2009-04-111-7/+5
| | * Fix unwind _stp_mod_sec_lookup.Mark Wielaard2009-04-101-1/+1
| * | Merge branch 'sections'Mark Wielaard2009-04-152-15/+13
| |\ \
| | * | Make sure addr falls inside section in _stp_mod_sec_lookup.Mark Wielaard2009-04-141-14/+10
| | * | Only set sec in _stp_mod_sec_lookup when not NULL.Mark Wielaard2009-04-141-1/+2
| | * | Keep track of relocation section sizes.Mark Wielaard2009-04-141-0/+1
| | |/
| * / PR10067: fix bitfield accessJosh Stone2009-04-131-5/+6
| |/
| * Uses <asm/syscall.h> when available.David Smith2009-04-093-149/+207
| * Make simple probes work even without KPROBES in the kernel.Mark Wielaard2009-04-091-0/+8
| * Make new stap_task_finder_targets chain on correct list.Mark Wielaard2009-04-091-1/+1
| * Make sure code using the vma tracker compiles again.Mark Wielaard2009-04-083-5/+6
| * Fix DEBUG_TASK_FINDER_VMA compilation.Mark Wielaard2009-04-081-1/+1
| * Added '#ifdef STP_NEED_VMA_TRACKER' around code that needs it.David Smith2009-04-081-1/+2
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDavid Smith2009-04-081-2/+2
| |\
| | * Use _stp_snprintf in _stp_symbol_snprint.Mark Wielaard2009-04-081-2/+2
| * | Only includes task_finder.c when needed.David Smith2009-04-081-2/+0
| |/
| * Track VMA per pid (group_leader/tgid).Mark Wielaard2009-04-071-5/+6
| * PR 9940. Rearchitected task_finder.c a bit.David Smith2009-04-072-298/+261
| * PR10032: Trigger cleanup after relay thread errorsJosh Stone2009-04-032-10/+25