summaryrefslogtreecommitdiffstats
path: root/runtime/uprobes
Commit message (Expand)AuthorAgeFilesLines
* map through uretprobe trampoline in an arbitrary taskTim Moore2010-01-132-17/+57
* bz6436 backtraces from uprobesTim Moore2010-01-052-31/+44
* runtime backtracing: port commit #2e7f8442 to uprobes1Frank Ch. Eigler2009-12-202-0/+46
* uprobes ppc64: UPROBES_DEBUG build fixFrank Ch. Eigler2009-12-011-2/+2
* Rename uprobes_ppc64.c to uprobes_ppc.c, use it for ppc32Anton Vorontsov2009-12-014-4/+4
* - Allow root, the owner of the uprobes build directory and the members of theDave Brolley2009-11-251-24/+20
* Ensure uprobes/Makefile never returns failure due to setting permissions.Dave Brolley2009-11-231-11/+17
* Rework setting of group and permissions on generated files and directories.Dave Brolley2009-11-231-8/+21
* Make built files and directories writeable by the stap-server group individua...Dave Brolley2009-11-231-4/+6
* Only attempt to change the group permissions of built items if we are root.Dave Brolley2009-11-201-3/+6
* Allow members of the group stap-server to build the uprobes module.Dave Brolley2009-11-201-3/+9
* Sign uprobes.ko with the builder's certificate.Dave Brolley2009-11-121-1/+1
* PR 9973: Sign uprobes.ko when it is created and load it using insert_module.Dave Brolley2009-11-051-1/+8
* Avoid lockdep warnings.Srikar Dronamraju2009-10-191-7/+17
* Uprobes not currently supported on ia64.William Cohen2009-09-181-1/+0
* PR5273: uprobes_i386.c instruction tableJim Keniston2009-04-241-11/+11
* i386 uprobes1: enable the 0x0f 0x1_ row of opcodesJim Keniston2009-04-231-1/+1
* PR10078: uretprobes on functions returning structs/unionsJim Keniston2009-04-202-2/+24
* PR9940: add/use unmap_u[ret]probeJim Keniston2009-04-152-6/+34
* Merge branch 'master' of ssh://kenistoj@sources.redhat.com/git/systemtapJim Keniston2009-04-151-0/+7
|\
| * Add a .gitignore for uprobesJosh Stone2009-04-021-0/+7
* | Don't reject opcode 0x9b -- fwait, which is also the first byte ofJim Keniston2009-03-113-11/+8
|/
* PR7082: patch for uprobes1 (kernel <= 2.6.24)Jim Keniston2008-12-291-11/+67
* PR5274 - Add s390 arch support for uprobes longjump handling.David Smith2008-11-041-0/+12
* Add a version of uprobes that works with the 2.6.27 version of utrace.Jim Keniston2008-11-033-2/+31
* PR5274: uretprobes fixes, belated commitSrikar Dronamraju2008-10-289-4/+112
* Add uprobes.txt.Jim Keniston2008-10-061-0/+675
* PR 6850Jim Keniston2008-10-031-28/+148
* Per bz6879, allow gs: and fs: instruction prefixes.Jim Keniston2008-09-123-12/+15
* uprobes arch specific header file for x86/x86_64srinivasa2008-02-181-0/+111
* Uprobes arch specific file for x86/x86_64.srinivasa2008-02-181-0/+717
* PR 5693kenistoj2008-02-112-4/+78
* * runtime/uprobes/uprobes.c: Within a probed process, serializekenistoj2008-01-252-1/+18
* * runtime/uprobes/uprobes.c: Fix from Srinivasa: Recastkenistoj2008-01-221-5/+5
* * runtime/uprobes/uprobes.c: Added static copy ofkenistoj2008-01-191-0/+62
* * runtime/uprobes/uprobes_x86_64.c: Fix handling of indirectkenistoj2007-12-271-5/+10
* PR 5270kenistoj2007-11-131-0/+6
* uprobes ppc64 ssol changessrikar2007-10-253-14/+124
* x86_64 uprobeskenistoj2007-10-222-0/+781
* Fixed 10/16 update to arch_validate_probed_insn() decls.kenistoj2007-10-192-2/+3
* * runtime/uprobes/uprobes.[ch], uprobes_i386.[ch],kenistoj2007-10-166-21/+42
* * runtime/uprobes/uprobes_ppc64.[ch]: Addedkenistoj2007-10-104-0/+399
* PR 5083kenistoj2007-10-091-13/+38
* PR 5709kenistoj2007-10-084-90/+46
* uprobes.c, uprobes.h: architecture-independent codekenistoj2007-09-286-0/+3073