aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/lib/probes.c
Commit message (Collapse)AuthorAge
* s390/uprobes: fix kprobes dependencyJan Willeke2014-10-17
| | | | | | | | If kprobes is disabled uprobes will not compile. Fix this by including the correct header files. Signed-off-by: Jan Willeke <willeke@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
* s390/uprobes: common library for kprobes and uprobesJan Willeke2014-09-25
This patch moves common functions from kprobes.c to probes.c. Thus its possible for uprobes to use them without enabling kprobes. Signed-off-by: Jan Willeke <willeke@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>