aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-08MIPS: ftrace: fix init functions tracingMarcin Nowakowski1-19/+5
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-2/+2
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-9/+47
2014-07-30MIPS: ftrace: Fix dynamic tracing of kernel modulesPetri Gynther1-9/+47
2014-07-18MIPS: ftrace: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)1-0/+3
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+1
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle1-3/+2
2014-03-26MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushesLeonid Yegoshin1-0/+4
2014-03-17MIPS: ftrace: Fix icache flush range errorViller Hsiao1-3/+2
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
2013-10-29MIPS: O32 / 32-bit: Always copy 4 stack arguments.Ralf Baechle1-1/+1
2013-10-29MIPS: Provide arch_syscall_addr.Ralf Baechle1-0/+33
2013-06-10MIPS: ftrace: Add missing CONFIG_DYNAMIC_FTRACEMarkos Chandras1-0/+4
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-6/+6
2013-01-31MIPS: Function tracer: Fix broken function tracingAl Cooper1-1/+35
2011-09-21MIPS: Ftrace: Fix the CONFIG_DYNAMIC_FTRACE=n compileThomas Gleixner1-19/+20
2011-05-10MIPS: Mask jump target in ftrace_dyn_arch_init_insns().David Daney1-2/+3
2011-03-14MIPS, Tracing: Fix set_graph_function of function graph tracerWu Zhangjin1-2/+9
2011-03-14MIPS, Tracing: Clean up ftrace_make_nop()Wu Zhangjin1-32/+38
2011-03-14MIPS, Tracing: Clean up prepare_ftrace_return()Wu Zhangjin1-27/+25
2011-03-14MIPS, Tracing: Substitute in_kernel_space() for in_module()Wu Zhangjin1-27/+27
2011-03-14MIPS, Tracing: Speed up function graph tracerWu Zhangjin1-7/+7
2010-07-05MIPS: Tracing: Cleanup of address space checkingWu Zhangjin1-3/+19
2010-07-05MIPS: Tracing: Cleanup of function graph tracerWu Zhangjin1-22/+26
2010-07-05MIPS: Tracing: Reduce the overhead of dynamic Function TracerWu Zhangjin1-44/+49
2010-07-05MIPS: Tracing: Cleanup of instructions usedWu Zhangjin1-8/+11
2010-07-05MIPS: Tracing: Fix 32-bit support with -mmcount-ra-addressWu Zhangjin1-2/+14
2010-02-27MIPS: Loongson: Change the Email address of Wu ZhangjinWu Zhangjin1-1/+1
2009-12-17MIPS: Tracing: Make function graph tracer work with -mmcount-ra-addressWu Zhangjin1-7/+17
2009-12-17MIPS: Tracing: Make ftrace for MIPS work without -fno-omit-frame-pointerWu Zhangjin1-15/+41
2009-12-17MIPS: Tracing: Add dynamic function graph tracer for MIPSWu Zhangjin1-0/+21
2009-12-17MIPS: Tracing: Add function graph tracer support for MIPSWu Zhangjin1-0/+106
2009-12-17MIPS: Tracing: Add dynamic function tracer supportWu Zhangjin1-0/+112