aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-19ARM: 8788/1: ftrace: remove old mcount supportStefan Agner1-51/+0
2017-06-18ARM: 8678/1: ftrace: Adds support for CONFIG_DYNAMIC_FTRACE_WITH_REGSAbel Vesa1-0/+37
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2017-05-08arm: use set_memory.h headerLaura Abbott1-0/+1
2017-04-20ARM: 8668/1: ftrace: Fix dynamic ftrace with DEBUG_RODATA and !FRAME_POINTERAbel Vesa1-5/+6
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+1
2015-01-13ARM: kprobes: enable OPTPROBES for ARM 32Wang Nan1-2/+1
2014-10-16ARM: mm: allow text and rodata sections to be read-onlyKees Cook1-0/+19
2014-04-23ARM: 8022/1: ftrace: work with CONFIG_DEBUG_SET_MODULE_RONXRabin Vincent1-0/+13
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-2/+0
2012-07-31ARM: 7468/1: ftrace: Trace function entry before updating indexColin Cross1-8/+9
2012-03-24ARM: 7331/1: extract out insn generation code from ftraceRabin Vincent1-57/+4
2012-03-24ARM: 7330/1: ftrace: use canonical Thumb-2 wide instruction formatRabin Vincent1-2/+11
2012-03-24ARM: 7351/1: ftrace: remove useless memory checksRabin Vincent1-14/+14
2010-11-19ARM: ftrace: graph tracer + dynamic ftraceRabin Vincent1-5/+64
2010-11-19ARM: ftrace: function graph tracer supportTim Bird1-0/+34
2010-09-02ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftraceRabin Vincent1-0/+33
2010-09-02ARM: 6318/1: ftrace: fix and update dynamic ftraceRabin Vincent1-48/+107
2010-04-21ARM: fix build error in arch/arm/kernel/process.cRussell King1-4/+4
2008-12-12small doc fix: ftrace_dyn_arch_init is called by ftrace_initUwe Kleine-König1-1/+1
2008-10-23ftrace: remove mcount setSteven Rostedt1-13/+0
2008-06-23ftrace: store mcount address in rec->ipAbhishek Sagar1-9/+7
2008-06-10ftrace: remove ftrace_ip_converted()Abhishek Sagar1-10/+0
2008-06-02ftrace: core support for ARMAbhishek Sagar1-0/+128