summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace/x86: Implement HAVE_FUNCTION_GRAPH_RET_ADDR_PTRJosh Poimboeuf2016-08-241-1/+1
* ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+1
* Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-03-241-1/+1
|\
| * x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.cLi Bin2016-03-181-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-6/+5
|\ \
| * | x86/ftrace, x86/asm: Kill ftrace_caller_end labelBorislav Petkov2016-02-171-6/+5
| |/
* / x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook2016-02-221-3/+3
|/
* x86: ftrace: Fix the comments for ftrace_modify_code_direct()Li Bin2016-01-041-7/+5
* ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)2015-11-251-0/+9
* ftrace: Calculate the correct dyn_ftrace number to report to the userspaceMinfei Huang2015-10-221-0/+4
* module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-201-1/+1
* ftrace/fgraph/x86: Have prepare_ftrace_return() take ip as first parameterSteven Rostedt (Red Hat)2014-12-011-2/+2
* ftrace/x86/extable: Add is_ftrace_trampoline() functionSteven Rostedt (Red Hat)2014-11-191-2/+7
* ftrace: Add more information to ftrace_bug() outputSteven Rostedt (Red Hat)2014-11-111-1/+1
* ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolinesSteven Rostedt (Red Hat)2014-11-111-0/+8
* ftrace/x86: Show trampoline call function in enabled_functionsSteven Rostedt (Red Hat)2014-10-311-12/+86
* ftrace/x86: Add dynamic allocated trampoline for ftrace_opsSteven Rostedt (Red Hat)2014-10-311-6/+189
* ftrace/x86: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)2014-07-171-0/+3
* ftrace/x86: Call text_ip_addr() instead of the duplicated codePetr Mladek2014-06-031-10/+1
* ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)2014-05-141-3/+0
* ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)2014-05-141-31/+5
* ftrace/x86: Get the current mcount addr for add_breakpoint()Steven Rostedt (Red Hat)2014-05-141-4/+2
* ftrace/x86: Fix order of warning messages when ftrace modifies codePetr Mladek2014-04-211-1/+1
* ftrace/x86: BUG when ftrace recovery failsPetr Mladek2014-03-071-3/+15
* ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
* ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-3/+0
* ftrace/x86: Have ftrace_write() return -EPERM and clean up callersSteven Rostedt (Red Hat)2014-03-071-19/+8
* ftrace/x86: One more missing sync after fixup of function modification failurePetr Mladek2014-03-031-1/+1
* ftrace/x86: Run a sync after fixup on failureSteven Rostedt (Red Hat)2014-03-031-2/+3
* ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)2014-02-111-36/+47
* ftrace/x86: skip over the breakpoint for ftrace callerKevin Hao2013-11-051-1/+13
* x86/ftrace: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck2012-11-161-2/+2
* ftrace/x86: Add save_regs for i386 function callsSteven Rostedt2012-07-191-4/+0
* ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-191-4/+73
* ftrace: Use breakpoint method to update ftrace callerSteven Rostedt2012-05-311-16/+72
* ftrace: Synchronize variable setting with breakpointsSteven Rostedt2012-05-311-3/+35
* ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-161-13/+2
* ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.hSteven Rostedt2012-05-041-1/+1
* ftrace/x86: Remove the complex ftrace NMI handling codeSteven Rostedt2012-04-271-168/+1
* ftrace/x86: Have arch x86_64 use breakpoints instead of stop machineSteven Rostedt2012-04-271-0/+342
* x86/ftrace: Fix compiler warning in ftrace.cRakib Mullick2011-05-251-6/+6
* x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin2011-04-181-2/+2
* ftrace/graph: Trace function entry before updating indexSteven Rostedt2011-03-101-7/+8
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-3/+3
|\
| * x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-301-3/+3
* | x86: Add RO/NX protection for loadable kernel modulesmatthieu castet2010-11-181-0/+3
|/
* jump label: Make dynamic no-op selection available outside of ftraceJason Baron2010-09-201-62/+1
* Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-02-271-10/+0
|\
| * tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-171-10/+0
* | ftrace: Remove memory barriers from NMI code when not neededSteven Rostedt2010-02-251-0/+26
|/