summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Use clamping to more easily normalize input valuesJosh Stone2010-02-163-8/+16
* PR11277: Use consistent octal in quoted stringsJosh Stone2010-02-161-10/+3
* Fixed PR 11078. Changed code to avoided procfs race condition.David Smith2010-02-032-4/+215
* Fixed PR 11220 by setting MAP_STRING_LENGTH to MAXSTRINGLEN.David Smith2010-01-251-3/+5
* use eh_frame_hdr table to speed up unwindingTim Moore2010-01-202-16/+43
* Relax sdt address check for attach to running process case.Stan Cox2010-01-151-2/+2
* runtime: better staprun diagnostics for failed signature testsFrank Ch. Eigler2010-01-151-2/+8
* Improve stack printing formatWenji Huang2010-01-151-1/+2
* PR11151: Recover stap_uprobes slots on process exitJosh Stone2010-01-142-0/+16
* Use gnu indentation style.Stan Cox2010-01-141-59/+66
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2010-01-131-3/+54
|\
| * Use __access_process_vm_noflush for static user semaphore decrement.Stan Cox2010-01-131-3/+54
* | Move userspace probing boiler plate code in translator to runtime library.William Cohen2010-01-132-0/+326
|/
* map through uretprobe trampoline in an arbitrary taskTim Moore2010-01-134-35/+114
* Removed bogus task_finder error message.David Smith2010-01-131-1/+1
* PR10493: autoconf for cpu_khzWenji Huang2010-01-131-7/+5
* Add stack walking function for 2.6.33Wenji Huang2010-01-111-0/+14
* Fixed PR 11148 by reworking transport directory locks.David Smith2010-01-081-14/+30
* Partial PR 10848 fix. Added testcase for STP_MAXMEMORY.David Smith2010-01-071-20/+21
* Partial PR 10848 fix. Added '-DMAXMEMORY=NUM' processing.David Smith2010-01-051-8/+124
* bz6436 backtraces from uprobesTim Moore2010-01-055-69/+99
* Remove all caching from _stp_module_relocate.Mark Wielaard2009-12-291-38/+13
* Set last_tsk in runtime/sym.c _stp_module_relocate.Mark Wielaard2009-12-291-0/+1
* ppc stack: transcribe portions of modern kernel ppc/.../asm/ptrace.hFrank Ch. Eigler2009-12-221-0/+18
* Fixed ia64 compile problem with runtime/stack-ia64.c.David Smith2009-12-221-1/+2
* Fixed compilation on f11.David Smith2009-12-211-0/+1
* PR11113 fix. Support new utrace API.David Smith2009-12-213-4/+155
* PR10601: cleanup for i386, x86-64Frank Ch. Eigler2009-12-211-7/+16
* PR11015 Support shared library reloading (in different processes)Mark Wielaard2009-12-215-77/+201
* brown paper bag typo fixyFrank Ch. Eigler2009-12-201-1/+1
* runtime: more build fix for non-utrace kernelsFrank Ch. Eigler2009-12-202-1/+3
* PR10601: unfork deref()Frank Ch. Eigler2009-12-201-22/+16
* runtime: rhel4 build fix for uretprobe-wannabe stack tracebacksFrank Ch. Eigler2009-12-201-1/+3
* runtime backtracing: port commit #2e7f8442 to uprobes1Frank Ch. Eigler2009-12-203-2/+46
* PR10601 cont'd, RHEL5 backward compatibility with more runtime/autoconf*Frank Ch. Eigler2009-12-203-5/+35
* PR10601 part 1: i386 and x86-64 regset for dwarf fetch/store_register()sFrank Ch. Eigler2009-12-201-85/+300
* Remove uprobes.h declaration from runtime.hTim Moore2009-12-184-12/+16
* support for a brief backtrace formatTim Moore2009-12-175-14/+46
* backtrace through uprobes trampoline.Tim Moore2009-12-176-6/+26
* function to translate from the uretprobe trampoline back to the originalTim Moore2009-12-162-0/+46
* set the IP in return probes to the returned-to instructionTim Moore2009-12-162-3/+19
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-12-151-18/+35
|\
| * Fixed DEBUG_MEM debug memory tracking.David Smith2009-12-151-18/+35
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-12-147-45/+51
|\|
| * Do not use condition_codes() on armEugeniy Meshcheryakov2009-12-131-1/+1
| * runtime build: fix alloc.c buildability on old gcc 3.4Frank Ch. Eigler2009-12-111-2/+2
| * runtime: undefine DEBUG_MEM, retain alloc countingFrank Ch. Eigler2009-12-101-9/+10
| * runtime: print stp_alloc statistics in startup printkFrank Ch. Eigler2009-12-102-20/+13
| * Fix regression in statistic operationsAnton Vorontsov2009-12-091-6/+12
| * PR 10848 partial fix by using systemtap memory functions everywhere.David Smith2009-12-092-8/+12