summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/ftrace.c
AgeCommit message (Expand)AuthorLines
2025-01-11MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as staticWangYuli-1/+1
2021-04-06MIPS: kernel: Remove not needed set_fs callsThomas Bogendoerfer-8/+0
2021-02-13Revert "MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flus...Thomas Bogendoerfer-4/+0
2020-08-17MIPS: ftrace: Remove redundant #ifdef CONFIG_DYNAMIC_FTRACEZejiang Tang-4/+0
2019-06-11MIPS: ftrace: Reword prepare_ftrace_return() comment blockGeert Uytterhoeven-11/+12
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds-3/+3
2018-12-26Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-3/+3
2018-12-14mips: add +1 to __NR_syscalls in uapi headerFiroz Khan-3/+3
2018-11-27MIPS: function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)-12/+2
2018-01-18MIPS: ftrace: Remove pointer comparison to 0 in prepare_ftrace_returnMathieu Malaterre-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-06-08MIPS: ftrace: fix init functions tracingMarcin Nowakowski-19/+5
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf-2/+2
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-9/+47
2014-07-30MIPS: ftrace: Fix dynamic tracing of kernel modulesPetri Gynther-9/+47
2014-07-18MIPS: ftrace: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)-0/+3
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-4/+1
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle-3/+2
2014-03-26MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushesLeonid Yegoshin-0/+4
2014-03-17MIPS: ftrace: Fix icache flush range errorViller Hsiao-3/+2
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby-3/+0
2013-10-29MIPS: O32 / 32-bit: Always copy 4 stack arguments.Ralf Baechle-1/+1
2013-10-29MIPS: Provide arch_syscall_addr.Ralf Baechle-0/+33
2013-06-10MIPS: ftrace: Add missing CONFIG_DYNAMIC_FTRACEMarkos Chandras-0/+4
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle-6/+6
2013-01-31MIPS: Function tracer: Fix broken function tracingAl Cooper-1/+35
2011-09-21MIPS: Ftrace: Fix the CONFIG_DYNAMIC_FTRACE=n compileThomas Gleixner-19/+20
2011-05-10MIPS: Mask jump target in ftrace_dyn_arch_init_insns().David Daney-2/+3
2011-03-14MIPS, Tracing: Fix set_graph_function of function graph tracerWu Zhangjin-2/+9
2011-03-14MIPS, Tracing: Clean up ftrace_make_nop()Wu Zhangjin-32/+38
2011-03-14MIPS, Tracing: Clean up prepare_ftrace_return()Wu Zhangjin-27/+25
2011-03-14MIPS, Tracing: Substitute in_kernel_space() for in_module()Wu Zhangjin-27/+27
2011-03-14MIPS, Tracing: Speed up function graph tracerWu Zhangjin-7/+7
2010-07-05MIPS: Tracing: Cleanup of address space checkingWu Zhangjin-3/+19
2010-07-05MIPS: Tracing: Cleanup of function graph tracerWu Zhangjin-22/+26
2010-07-05MIPS: Tracing: Reduce the overhead of dynamic Function TracerWu Zhangjin-44/+49
2010-07-05MIPS: Tracing: Cleanup of instructions usedWu Zhangjin-8/+11
2010-07-05MIPS: Tracing: Fix 32-bit support with -mmcount-ra-addressWu Zhangjin-2/+14
2010-02-27MIPS: Loongson: Change the Email address of Wu ZhangjinWu Zhangjin-1/+1
2009-12-17MIPS: Tracing: Make function graph tracer work with -mmcount-ra-addressWu Zhangjin-7/+17
2009-12-17MIPS: Tracing: Make ftrace for MIPS work without -fno-omit-frame-pointerWu Zhangjin-15/+41
2009-12-17MIPS: Tracing: Add dynamic function graph tracer for MIPSWu Zhangjin-0/+21
2009-12-17MIPS: Tracing: Add function graph tracer support for MIPSWu Zhangjin-0/+106
2009-12-17MIPS: Tracing: Add dynamic function tracer supportWu Zhangjin-0/+112