aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2016-09-02tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)1-2/+2
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+1
2015-12-23sh: ftrace: Fix the comments for ftrace_modify_code()Li Bin1-7/+5
2014-07-18sh: ftrace: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)1-0/+3
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-3/+0
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger1-9/+0
2009-12-11sh: ftrace: Fix up syscall tracing build.Paul Mundt1-74/+2
2009-10-13sh: ftrace: Make code modification NMI safe.Paul Mundt1-1/+145
2009-10-13sh: ftrace: Fix up syscall tracepoint support.Paul Mundt1-10/+27
2009-08-24sh: Move the FTRACE_SYSCALL_MAX definition in to asm/ftrace.h.Paul Mundt1-2/+0
2009-07-11sh: Function graph tracer supportMatt Fleming1-0/+122
2009-07-06sh: Add ftrace syscall tracing supportMatt Fleming1-0/+68
2009-06-11sh: Fix dynamic ftrace's NOP action.Matt Fleming1-29/+29
2009-06-11sh: Update my email addressMatt Fleming1-1/+1
2008-12-22sh: Provide ftrace_make_call()/ftrace_make_nop().Paul Mundt1-0/+24
2008-12-22sh: dynamic ftrace support.Matt Fleming1-0/+109