aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-08s390/ftrace: add code replacement sanity checksHeiko Carstens1-46/+49
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-50/+86
2014-10-28s390/ftrace: add ftrace_graph_is_dead() checkHeiko Carstens1-0/+2
2014-10-27s390/kprobes: make use of NOKPROBE_SYMBOL()Heiko Carstens1-2/+2
2014-10-27s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens1-48/+84
2014-10-09s390/ftrace: simplify enabling/disabling of ftrace_graph_callerHeiko Carstens1-13/+9
2014-10-09s390/ftrace: remove 31 bit ftrace supportHeiko Carstens1-77/+2
2014-09-09s390/ftrace: optimize mcount codeHeiko Carstens1-17/+40
2014-09-09s390/ftrace: enforce DYNAMIC_FTRACE if FUNCTION_TRACER is selectedHeiko Carstens1-6/+0
2014-09-09s390/ftrace: add HAVE_DYNAMIC_FTRACE_WITH_REGS supportHeiko Carstens1-0/+7
2014-09-09s390/ftrace: optimize function graph caller codeHeiko Carstens1-0/+24
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby1-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby1-1/+0
2013-10-24s390/ftrace: prepare_ftrace_return() function call orderHeiko Carstens1-5/+4
2013-09-07s390/ftrace: avoid pointer arithmetics with function pointersHeiko Carstens1-2/+2
2013-09-07s390: make various functions static, add declarations to header filesHeiko Carstens1-0/+1
2013-05-15s390/ftrace: fix mcount adjustmentHeiko Carstens1-7/+2
2011-01-05[S390] cleanup ftrace backend functionsMartin Schwidefsky1-121/+117
2010-02-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+0
2010-02-26[S390] Cleanup struct _lowcore usage and defines.Heiko Carstens1-1/+1
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger1-10/+0
2009-10-29Merge branch 'tracing/urgent' into tracing/coreIngo Molnar1-3/+0
2009-10-14tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker1-65/+2
2009-10-06[S390] ftrace: drop nmi protectionHeiko Carstens1-3/+0
2009-08-26tracing: Add syscall tracepoints - s390 arch updateHendrik Brueckner1-9/+27
2009-06-18function-graph: add stack frame testSteven Rostedt1-1/+1
2009-06-12[S390] ftrace: add system call tracer supportHeiko Carstens1-0/+56
2009-06-12[S390] ftrace: add function graph tracer supportHeiko Carstens1-0/+72
2009-06-12[S390] ftrace: add dynamic ftrace supportHeiko Carstens1-0/+132