aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-27x86/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-26x86/ftrace: Make sure that ftrace trampolines are not RWXThomas Gleixner1-6/+14
2017-05-08x86: use set_memory.h headerLaura Abbott1-1/+1
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+7
2017-04-19x86/build: convert function graph '-Os' error to warningJosh Poimboeuf1-6/+0
2017-04-14ftrace/x86: Fix triple fault with graph tracing and suspend-to-ramJosh Poimboeuf1-0/+12
2017-03-30x86/build: Mostly disable '-maccumulate-outgoing-args'Josh Poimboeuf1-0/+6
2017-03-28ftrace/x86: Do no run CPU sync when there is only one CPU onlineSteven Rostedt (VMware)1-1/+7
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-08-24ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTRJosh Poimboeuf1-1/+1
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+1
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2016-03-18x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.cLi Bin1-1/+1
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+5
2016-02-22x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook1-3/+3
2016-02-17x86/ftrace, x86/asm: Kill ftrace_caller_end labelBorislav Petkov1-6/+5
2016-01-04x86: ftrace: Fix the comments for ftrace_modify_code_direct()Li Bin1-7/+5
2015-11-25ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)1-0/+9
2015-10-22ftrace: Calculate the correct dyn_ftrace number to report to the userspaceMinfei Huang1-0/+4
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell1-1/+1
2014-12-01ftrace/fgraph/x86: Have prepare_ftrace_return() take ip as first parameterSteven Rostedt (Red Hat)1-2/+2
2014-11-19ftrace/x86/extable: Add is_ftrace_trampoline() functionSteven Rostedt (Red Hat)1-2/+7
2014-11-11ftrace: Add more information to ftrace_bug() outputSteven Rostedt (Red Hat)1-1/+1
2014-11-11ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolinesSteven Rostedt (Red Hat)1-0/+8
2014-10-31ftrace/x86: Show trampoline call function in enabled_functionsSteven Rostedt (Red Hat)1-12/+86
2014-10-31ftrace/x86: Add dynamic allocated trampoline for ftrace_opsSteven Rostedt (Red Hat)1-6/+189
2014-07-17ftrace/x86: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)1-0/+3
2014-06-03ftrace/x86: Call text_ip_addr() instead of the duplicated codePetr Mladek1-10/+1
2014-05-14ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)1-3/+0
2014-05-14ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)1-31/+5
2014-05-14ftrace/x86: Get the current mcount addr for add_breakpoint()Steven Rostedt (Red Hat)1-4/+2
2014-04-21ftrace/x86: Fix order of warning messages when ftrace modifies codePetr Mladek1-1/+1
2014-03-07ftrace/x86: BUG when ftrace recovery failsPetr Mladek1-3/+15
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
2014-03-07ftrace/x86: Have ftrace_write() return -EPERM and clean up callersSteven Rostedt (Red Hat)1-19/+8
2014-03-03ftrace/x86: One more missing sync after fixup of function modification failurePetr Mladek1-1/+1
2014-03-03ftrace/x86: Run a sync after fixup on failureSteven Rostedt (Red Hat)1-2/+3
2014-02-11ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)1-36/+47
2013-11-05ftrace/x86: skip over the breakpoint for ftrace callerKevin Hao1-1/+13
2012-11-16x86/ftrace: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck1-2/+2
2012-07-19ftrace/x86: Add save_regs for i386 function callsSteven Rostedt1-4/+0
2012-07-19ftrace/x86: Add separate function to save regsSteven Rostedt1-4/+73
2012-05-31ftrace: Use breakpoint method to update ftrace callerSteven Rostedt1-16/+72
2012-05-31ftrace: Synchronize variable setting with breakpointsSteven Rostedt1-3/+35
2012-05-16ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt1-13/+2
2012-05-04ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.hSteven Rostedt1-1/+1
2012-04-27ftrace/x86: Remove the complex ftrace NMI handling codeSteven Rostedt1-168/+1
2012-04-27ftrace/x86: Have arch x86_64 use breakpoints instead of stop machineSteven Rostedt1-0/+342