aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/mcount.S
AgeCommit message (Expand)AuthorFilesLines
2023-08-15mips: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 1-1/+1
2018-06-19mips: ftrace: fix static function graph tracingGravatar Matthias Schiffer 1-15/+12
2017-01-03MIPS: Export _mcount alongside its definitionGravatar Paul Burton 1-0/+3
2014-09-26MIPS: mcount: Adjust stack pointer for static trace in MIPS32Gravatar Markos Chandras 1-0/+12
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+13
2014-07-30MIPS: ftrace: Fix dynamic tracing of kernel modulesGravatar Petri Gynther 1-0/+13
2014-07-18MIPS: ftrace: Remove check of obsolete variable function_trace_stopGravatar Steven Rostedt (Red Hat) 1-7/+0
2013-09-03MIPS: Ftrace: Fix function tracing return address to matchGravatar Corey Minyard 1-1/+1
2013-06-11MIPS: kernel: mcount.S: Drop FRAME_POINTER codepathGravatar Markos Chandras 1-4/+0
2013-04-05MIPS: Unbreak function tracer for 64-bit kernel.Gravatar David Daney 1-4/+7
2013-01-31MIPS: Function tracer: Fix broken function tracingGravatar Al Cooper 1-3/+4
2010-08-05MIPS: tracing: Fix the indentation of mcount.SGravatar Wu Zhangjin 1-3/+3
2010-07-05MIPS: Tracing: Fix argument passing of the 32bit support with gcc 4.5Gravatar Wu Zhangjin 1-3/+9
2010-07-05MIPS: Tracing: Cleanup commentsGravatar Wu Zhangjin 1-5/+6
2010-07-05MIPS: Tracing: Cleanup the arguments passing of prepare_ftrace_returnGravatar Wu Zhangjin 1-14/+22
2010-07-05MIPS: Tracing: Merge adjacent #ifdefs with same condition.Gravatar Wu Zhangjin 1-2/+0
2010-02-27MIPS: Loongson: Change the Email address of Wu ZhangjinGravatar Wu Zhangjin 1-1/+1
2009-12-17MIPS: Tracing: Make function graph tracer work with -mmcount-ra-addressGravatar Wu Zhangjin 1-0/+14
2009-12-17MIPS: Tracing: Reserve $12(t0) for mcount-ra-address of gcc 4.5Gravatar Wu Zhangjin 1-13/+13
2009-12-17MIPS: Tracing: Make ftrace for MIPS work without -fno-omit-frame-pointerGravatar Wu Zhangjin 1-0/+8
2009-12-17MIPS: Tracing: Add dynamic function graph tracer for MIPSGravatar Wu Zhangjin 1-2/+12
2009-12-17MIPS: Tracing: Add function graph tracer support for MIPSGravatar Wu Zhangjin 1-0/+42
2009-12-17MIPS: Tracing: Add dynamic function tracer supportGravatar Wu Zhangjin 1-0/+29
2009-12-17MIPS: Tracing: Enable HAVE_FUNCTION_TRACE_MCOUNT_TEST for MIPSGravatar Wu Zhangjin 1-0/+3
2009-12-17MIPS: Tracing: Add static function tracer support for MIPSGravatar Wu Zhangjin 1-0/+83