[S390] ftrace: function tracer backend for s390
This implements just the basic function tracer (_mcount) backend for s390. The dynamic variant will come later. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:

committed by
Martin Schwidefsky

parent
98df67b324
commit
5d360a75f8
8
arch/s390/include/asm/ftrace.h
Normal file
8
arch/s390/include/asm/ftrace.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _ASM_S390_FTRACE_H
|
||||
#define _ASM_S390_FTRACE_H
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
extern void _mcount(void);
|
||||
#endif
|
||||
|
||||
#endif /* _ASM_S390_FTRACE_H */
|
Reference in New Issue
Block a user