summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | * Add a .gitignore for uprobesJosh Stone2009-04-021-0/+7
| | * Really fix run-stap this time, I promise!Josh Stone2009-04-021-1/+14
| | * Fix strftime format bugMasami Hiramatsu2009-04-021-3/+6
| | * Fix a bug in file size limitation code.Masami Hiramatsu2009-04-022-3/+3
| | * Reorder includes so regs.c and regs-ia64.c included before task_finder.c.William Cohen2009-04-021-0/+2
| | * Revert "runtime/syscall.h: Forward declare __ia64_fetch_register."William Cohen2009-04-021-3/+0
| | * runtime/syscall.h: Forward declare __ia64_fetch_register.Mark Wielaard2009-04-021-0/+3
| | * PR6580: Implement symname, symdata and modname context functions.Mark Wielaard2009-04-021-7/+19
| | * Make task_finder.c compiler if ! defined (CONFIG_UTRACE).Mark Wielaard2009-04-021-2/+28
| | * PR10019: --skip-badvars to suppress run-time memory errors tooFrank Ch. Eigler2009-04-011-1/+5
| | * Revert "Fix runtime/itrace.c to call arch_has_*_step() prior to calling utrac...Josh Stone2009-04-011-13/+0
| | * Fix runtime/itrace.c to call arch_has_*_step() prior to calling utrace_controlMaynard Johnson2009-04-011-0/+13
| | * Merge branch 'master' into pr6866Mark Wielaard2009-04-017-34/+683
| | |\
| | | * PR4105: support up to 9 (up from 5) array index dimensionsFrank Ch. Eigler2009-04-012-0/+634
| | * | Merge branch 'master' into pr6866Mark Wielaard2009-03-2210-37/+548
| | |\ \
| | * | | Move _stp_tf_vm_cb to sym.c.Mark Wielaard2009-03-201-0/+34