aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/mcount.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-19mips: ftrace: fix static function graph tracingMatthias Schiffer1-15/+12
2017-01-03MIPS: Export _mcount alongside its definitionPaul Burton1-0/+3
2014-09-26MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras1-0/+12
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+13
2014-07-30MIPS: ftrace: Fix dynamic tracing of kernel modulesPetri Gynther1-0/+13
2014-07-18MIPS: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)1-7/+0
2013-09-03MIPS: Ftrace: Fix function tracing return address to matchCorey Minyard1-1/+1
2013-06-11MIPS: kernel: mcount.S: Drop FRAME_POINTER codepathMarkos Chandras1-4/+0
2013-04-05MIPS: Unbreak function tracer for 64-bit kernel.David Daney1-4/+7
2013-01-31MIPS: Function tracer: Fix broken function tracingAl Cooper1-3/+4
2010-08-05MIPS: tracing: Fix the indentation of mcount.SWu Zhangjin1-3/+3
2010-07-05MIPS: Tracing: Fix argument passing of the 32bit support with gcc 4.5Wu Zhangjin1-3/+9
2010-07-05MIPS: Tracing: Cleanup commentsWu Zhangjin1-5/+6
2010-07-05MIPS: Tracing: Cleanup the arguments passing of prepare_ftrace_returnWu Zhangjin1-14/+22
2010-07-05MIPS: Tracing: Merge adjacent #ifdefs with same condition.Wu Zhangjin1-2/+0
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-0/+14
2009-12-17MIPS: Tracing: Reserve $12(t0) for mcount-ra-address of gcc 4.5Wu Zhangjin1-13/+13
2009-12-17MIPS: Tracing: Make ftrace for MIPS work without -fno-omit-frame-pointerWu Zhangjin1-0/+8
2009-12-17MIPS: Tracing: Add dynamic function graph tracer for MIPSWu Zhangjin1-2/+12
2009-12-17MIPS: Tracing: Add function graph tracer support for MIPSWu Zhangjin1-0/+42
2009-12-17MIPS: Tracing: Add dynamic function tracer supportWu Zhangjin1-0/+29
2009-12-17MIPS: Tracing: Enable HAVE_FUNCTION_TRACE_MCOUNT_TEST for MIPSWu Zhangjin1-0/+3
2009-12-17MIPS: Tracing: Add static function tracer support for MIPSWu Zhangjin1-0/+83