aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-11MIPS: ftrace: Reword prepare_ftrace_return() comment blockGeert Uytterhoeven1-11/+12
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-3/+3
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-3/+3
2018-12-14mips: add +1 to __NR_syscalls in uapi headerFiroz Khan1-3/+3
2018-11-27MIPS: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-12/+2
2018-01-18MIPS: ftrace: Remove pointer comparison to 0 in prepare_ftrace_returnMathieu Malaterre1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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