summaryrefslogtreecommitdiffstats
path: root/runtime/uprobes/uprobes_arch.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename uprobes_ppc64.c to uprobes_ppc.c, use it for ppc32Anton Vorontsov2009-12-011-2/+2
| | | | | | | The code *looks* generic enough, so I think it can be used for ppc32 without modifications. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
* uprobes.c, uprobes.h: architecture-independent codekenistoj2007-09-281-0/+11
uprobes_i386.c, uprobes_i386.h: i386 code uprobes_arch.c, uprobes_arch.h: map to architecture-specific files