aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace.c
AgeCommit message (Expand)Author
2014-06-03ftrace/x86: Call text_ip_addr() instead of the duplicated codePetr Mladek
2014-05-14ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)
2014-05-14ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)
2014-05-14ftrace/x86: Get the current mcount addr for add_breakpoint()Steven Rostedt (Red Hat)
2014-04-21ftrace/x86: Fix order of warning messages when ftrace modifies codePetr Mladek
2014-03-07ftrace/x86: BUG when ftrace recovery failsPetr Mladek
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby
2014-03-07ftrace/x86: Have ftrace_write() return -EPERM and clean up callersSteven Rostedt (Red Hat)
2014-03-03ftrace/x86: One more missing sync after fixup of function modification failurePetr Mladek
2014-03-03ftrace/x86: Run a sync after fixup on failureSteven Rostedt (Red Hat)
2014-02-11ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)
2013-11-05ftrace/x86: skip over the breakpoint for ftrace callerKevin Hao
2012-11-16x86/ftrace: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck
2012-07-19ftrace/x86: Add save_regs for i386 function callsSteven Rostedt
2012-07-19ftrace/x86: Add separate function to save regsSteven Rostedt
2012-05-31ftrace: Use breakpoint method to update ftrace callerSteven Rostedt
2012-05-31ftrace: Synchronize variable setting with breakpointsSteven Rostedt
2012-05-16ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt
2012-05-04ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.hSteven Rostedt
2012-04-27ftrace/x86: Remove the complex ftrace NMI handling codeSteven Rostedt
2012-04-27ftrace/x86: Have arch x86_64 use breakpoints instead of stop machineSteven Rostedt
2011-05-25x86/ftrace: Fix compiler warning in ftrace.cRakib Mullick
2011-04-18x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin
2011-03-10ftrace/graph: Trace function entry before updating indexSteven Rostedt
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo
2010-11-18x86: Add RO/NX protection for loadable kernel modulesmatthieu castet
2010-09-20jump label: Make dynamic no-op selection available outside of ftraceJason Baron
2010-02-27Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2010-02-25ftrace: Remove memory barriers from NMI code when not neededSteven Rostedt
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-11-02x86_64, ftrace: Make ftrace use kernel identity mapping to modify codeSuresh Siddha
2009-10-14tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker
2009-10-12ftrace.c: Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmtJoe Perches
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron
2009-08-11tracing: Call arch_init_ftrace_syscalls at bootJason Baron
2009-08-11tracing: Map syscall name to numberJason Baron
2009-08-06tracing/function-graph-tracer: Drop the useless nmi protectionFrederic Weisbecker
2009-06-18function-graph: add stack frame testSteven Rostedt
2009-05-13x86/function-graph: fix constraint for recording old return valueSteven Rostedt
2009-04-09tracing/syscalls: use a dedicated file headerFrederic Weisbecker
2009-04-07tracing, x86: remove duplicated #includeHuang Weiyi
2009-03-24function-graph: moved the timestamp from arch to generic codeSteven Rostedt
2009-03-18ftrace: protect running nmi (V3)Lai Jiangshan
2009-03-13tracing/syscalls: support for syscalls tracing on x86Frederic Weisbecker
2009-03-05tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker
2009-02-22Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar