summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* Use 'module_realpath' instead of overwriting 'path' in insert_module.Dave Brolley2009-11-101-18/+14
* Replace the use of the global variable 'modpath' in diagnosticDave Brolley2009-11-103-10/+14
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-091-0/+11
|\
| * PR10849: Support MAXSKIPPED handling on RHEL4 through implementation of atomi...Roland Grunberg2009-11-061-0/+11
* | Don't reference global variable modpath in insert_module and its helpers.Dave Brolley2009-11-093-36/+81
|/
* Revert change which loads uprobes.ko using insert_module.Dave Brolley2009-11-051-3/+5
* PR 9973: Sign uprobes.ko when it is created and load it using insert_module.Dave Brolley2009-11-052-6/+11
* PR 10706 fixed by switching to unbuffered output.David Smith2009-11-031-1/+1
* Fix for bug 10866 (exit with rc != 0 on script ERRORs).Breno Leitao2009-11-032-11/+15
* Removed extra declarations.David Smith2009-10-291-3/+0
* PR10854: Use a mutex around transport startup/shutdownJosh Stone2009-10-271-15/+23
* Refactor probe locking into shared functionsJosh Stone2009-10-211-0/+68
* Limit the number of call frame instructions we process in the unwinder.Mark Wielaard2009-10-201-0/+7
* Make sure cie and fde end point to sane values in while doing unwind_frame.Mark Wielaard2009-10-201-0/+11
* Be paranoid about table size resolving cie_for_fde and fde_pointer_type.Mark Wielaard2009-10-202-9/+22
* Improve some runtime struct layoutsJosh Stone2009-10-191-2/+2
* bemoan that _stp_*printf can't be protected with gcc attribute printfFrank Ch. Eigler2009-10-191-1/+5
* fix 32-bit compatibility for @hist_log printingWenji Huang2009-10-191-1/+1
* Avoid lockdep warnings.Srikar Dronamraju2009-10-192-14/+34
* Merge branch 'master' of sourceware.org:/git/systemtapJosh Stone2009-10-133-19/+18
|\
| * runtime shutdown errors: simplify, improve error specificityFrank Ch. Eigler2009-10-133-19/+18
* | Refactor some of the histogram printingJosh Stone2009-10-131-56/+29
* | PR10257: Add support for sprint[ln](@hist_*).Przemyslaw Pawelczyk2009-10-131-32/+42
|/
* PR10761: pass -v's to final "staprun -d" if appropriateFrank Ch. Eigler2009-10-131-60/+54
* PR 10575. Improves running target commands.David Smith2009-10-131-18/+43
* build: fix !HAVE_NSS caseFrank Ch. Eigler2009-10-071-2/+1
* PR10724: staprun: simplify permissions checking logicCharley Wang2009-10-062-19/+19
* No longer need buffer iterators.David Smith2009-09-251-2/+0
* PR10632: simplify randint() implementationFrank Ch. Eigler2009-09-231-24/+10
* PR1062: runtime functionCharley Wang2009-09-231-0/+22
* Forward-ported staplog.c crash support (PR 10644).David Smith2009-09-232-3/+7
* PR10390: ftrace() tapset functionFrank Ch. Eigler2009-09-231-0/+8
* PR10655 part 1: uprobes: track sdt semaphores properlyFrank Ch. Eigler2009-09-181-0/+1
* Fixed relay_old.c by providing ppoll().David Smith2009-09-182-9/+12
* Uprobes not currently supported on ia64.William Cohen2009-09-181-1/+0
* PR10595 Work around uprobe2 causing selinux failures for kernel 2.6.28+.Mark Wielaard2009-09-171-3/+32
* PR10650: markup some unprivileged-safe tapset functionsFrank Ch. Eigler2009-09-163-2/+42
* * sdt.h (STAP_SEMAPHORE): New. Add guard to utrace probe points.Stan Cox2009-09-162-53/+55
* Signal-based file switching support for old relayMasami Hiramatsu2009-09-161-14/+68
* Signal-based file switching support for relay/ring buffer.Masami Hiramatsu2009-09-161-22/+61
* Allow ring_buffer to be used if STP_USE_RING_BUFFER is defined.David Smith2009-09-101-2/+3
* build: support x86-64 without CONFIG_IA32_EMULATIONFrank Ch. Eigler2009-09-101-0/+1
* PR10602 prime: runtime: shrink stack frame of _stp_do_relocation().Frank Ch. Eigler2009-09-091-1/+1
* PR10602: improved fix for REG_IP lvalueFrank Ch. Eigler2009-09-091-6/+14
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDavid Smith2009-09-091-2/+4
|\
| * Fix relay_old implementation of fsize_max and fnum_max.Masami Hiramatsu2009-09-091-2/+4
* | Removed unneeded casts.David Smith2009-09-091-5/+5
|/
* PR10524: reduce massive-uprobe script modules' .data consumptionFrank Ch. Eigler2009-09-082-17/+40
* fix typo: KERN_ERROR -> KERN_ERR from last commitFrank Ch. Eigler2009-09-081-1/+1
* PR10575: emit KERN_ERRORs on transport control message failuresFrank Ch. Eigler2009-09-081-0/+3