aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ftrace.c
Commit message (Expand)AuthorAge
* module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-19
* ftrace/fgraph/x86: Have prepare_ftrace_return() take ip as first parameterSteven Rostedt (Red Hat)2014-12-01
* ftrace/x86/extable: Add is_ftrace_trampoline() functionSteven Rostedt (Red Hat)2014-11-19
* ftrace: Add more information to ftrace_bug() outputSteven Rostedt (Red Hat)2014-11-11
* ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolinesSteven Rostedt (Red Hat)2014-11-11
* ftrace/x86: Show trampoline call function in enabled_functionsSteven Rostedt (Red Hat)2014-10-31
* ftrace/x86: Add dynamic allocated trampoline for ftrace_opsSteven Rostedt (Red Hat)2014-10-31
* ftrace/x86: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)2014-07-17
* ftrace/x86: Call text_ip_addr() instead of the duplicated codePetr Mladek2014-06-03
* ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)2014-05-14
* ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)2014-05-14
* ftrace/x86: Get the current mcount addr for add_breakpoint()Steven Rostedt (Red Hat)2014-05-14
* ftrace/x86: Fix order of warning messages when ftrace modifies codePetr Mladek2014-04-21
* ftrace/x86: BUG when ftrace recovery failsPetr Mladek2014-03-07
* ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-07
* ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-07
* ftrace/x86: Have ftrace_write() return -EPERM and clean up callersSteven Rostedt (Red Hat)2014-03-07
* ftrace/x86: One more missing sync after fixup of function modification failurePetr Mladek2014-03-03
* ftrace/x86: Run a sync after fixup on failureSteven Rostedt (Red Hat)2014-03-03
* ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)2014-02-11
* ftrace/x86: skip over the breakpoint for ftrace callerKevin Hao2013-11-05
* x86/ftrace: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck2012-11-16
* ftrace/x86: Add save_regs for i386 function callsSteven Rostedt2012-07-19
* ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-19
* ftrace: Use breakpoint method to update ftrace callerSteven Rostedt2012-05-31
* ftrace: Synchronize variable setting with breakpointsSteven Rostedt2012-05-31
* ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-16
* ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.hSteven Rostedt2012-05-04
* ftrace/x86: Remove the complex ftrace NMI handling codeSteven Rostedt2012-04-27
* ftrace/x86: Have arch x86_64 use breakpoints instead of stop machineSteven Rostedt2012-04-27
* x86/ftrace: Fix compiler warning in ftrace.cRakib Mullick2011-05-25
* x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin2011-04-18
* ftrace/graph: Trace function entry before updating indexSteven Rostedt2011-03-10
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-07
|\
| * x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-30
* | x86: Add RO/NX protection for loadable kernel modulesmatthieu castet2010-11-18
|/
* jump label: Make dynamic no-op selection available outside of ftraceJason Baron2010-09-20
* Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2010-02-27
|\
| * tracing: Unify arch_syscall_addr() implementationsMike Frysinger2010-02-17
* | ftrace: Remove memory barriers from NMI code when not neededSteven Rostedt2010-02-25
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-08
|\
| * x86_64, ftrace: Make ftrace use kernel identity mapping to modify codeSuresh Siddha2009-11-02
* | tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker2009-10-14
* | ftrace.c: Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmtJoe Perches2009-10-12
|/
* tracing: Convert event tracing code to use NR_syscallsJason Baron2009-08-26
* tracing: Add individual syscalls tracepoint id supportJason Baron2009-08-11
* tracing: Call arch_init_ftrace_syscalls at bootJason Baron2009-08-11
* tracing: Map syscall name to numberJason Baron2009-08-11
* tracing/function-graph-tracer: Drop the useless nmi protectionFrederic Weisbecker2009-08-06
* function-graph: add stack frame testSteven Rostedt2009-06-18