summaryrefslogtreecommitdiffstats
path: root/runtime/uprobes2
Commit message (Expand)AuthorAgeFilesLines
* map through uretprobe trampoline in an arbitrary taskTim Moore2010-01-132-18/+57
* bz6436 backtraces from uprobesTim Moore2010-01-052-31/+44
* PR11113 fix. Support new utrace API.David Smith2009-12-211-4/+31
* function to translate from the uretprobe trampoline back to the originalTim Moore2009-12-162-0/+46
* Rename uprobes_ppc64.c to uprobes_ppc.c, use it for ppc32Anton Vorontsov2009-12-012-4/+4
* Avoid lockdep warnings.Srikar Dronamraju2009-10-191-7/+17
* PR10595 Work around uprobe2 causing selinux failures for kernel 2.6.28+.Mark Wielaard2009-09-171-3/+32
* Ref-count correctly when deranged handler calls do_exit().Jim Keniston2009-04-211-1/+2
* PR10078: uretprobes on functions returning structs/unionsJim Keniston2009-04-201-1/+12
* PR9940: add/use unmap_u[ret]probeJim Keniston2009-04-152-8/+41
* Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtapJim Keniston2009-03-232-0/+11
|\
| * PR9974: adapt to utrace_connected_engine -> utrace_engineFrank Ch. Eigler2009-03-222-0/+11
* | Don't reject opcode 0x9b -- fwait, which is also the first byte ofJim Keniston2009-03-111-5/+4
|/
* PR 7082: patch for uprobes2 (kernel > 2.6.26)Jim Keniston2009-01-131-11/+67
* Fix the compilation warning of uprobe in FC9.Wenji Huang2008-12-071-2/+2
* PR 6879: Apply fix from uprobes to uprobes2.Jim Keniston2008-11-181-5/+6
* Add a version of uprobes that works with the 2.6.27 version of utrace.Jim Keniston2008-11-036-0/+4054